#901B27

Color #901B27 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #901B27

Tints of Flame Red #901B27

Color information

#901B27 (or 0x901B27) is unknown color: approx Flame Red. HEX triplet: 90, 1B and 27. RGB value is (144,27,39). Sum of RGB (Red+Green+Blue) = 144+27+39=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B27 is #6FE4D8. Grayscale: #3F3F3F. Windows color (decimal): -7333081 or 2562960. OLE color: 2562960.

HSL color Cylindrical-coordinate representation of color #901B27: hue angle of 353.85º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B27 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1442739-
CMYK00.810.730.44
HSL353.85º68.42%33.53%-
HSV(B)353.85º81.25%56.47%-
XYZ12.266.862.6-
YUV63.35114.26185.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 68.57%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=68.57%
G=12.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144273900.810.730.44353.8568.4233.53
Hex901B27051492C1624422
Octal220334701211115454210442
Binary10010000110111001110101000110010011011001011000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901B27; }

 p { color: rgb(144,27,39); }

 H1.HeaderClassName
 {
   color: #901B27;
 }
 .AnyTagClassName
 {
   color: #901B27;
 }
</style>
background-color css

<style>
 a { background-color: #901B27; }

 a { background-color: rgb(144,27,39); }

 div.DivClassName
 {
   background-color: #901B27;
 }
 .BgClassName
 {
   background-color: #901B27;
 }
</style>
border-color css

<style>
 span { border-color: #901B27; }

 span { border-color: rgb(144,27,39); }

 td.TdClassName
 {
   border-color: #901B27;
 }
 .TagClassName
 {
   border-color: #901B27;
 }
</style>