#901B28

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

Shades of Flame Red #901B28

Tints of Flame Red #901B28

Color information

#901B28 (or 0x901B28) is unknown color: approx Flame Red. HEX triplet: 90, 1B and 28. RGB value is (144,27,40). Sum of RGB (Red+Green+Blue) = 144+27+40=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #901B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B28 is #6FE4D7. Grayscale: #3F3F3F. Windows color (decimal): -7333080 or 2628496. OLE color: 2628496.

HSL color Cylindrical-coordinate representation of color #901B28: hue angle of 353.33º 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 #901B28 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1442740-
CMYK00.810.720.44
HSL353.33º68.42%33.53%-
HSV(B)353.33º81.25%56.47%-
XYZ12.286.872.69-
YUV63.46114.76185.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.25%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=68.25%
G=12.80%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144274000.810.720.44353.3368.4233.53
Hex901B28051482C1614422
Octal220335001211105454110442
Binary10010000110111010000101000110010001011001011000011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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