#901821

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

Shades of Flame Red #901821

Tints of Flame Red #901821

Color information

#901821 (or 0x901821) is unknown color: approx Flame Red. HEX triplet: 90, 18 and 21. RGB value is (144,24,33). Sum of RGB (Red+Green+Blue) = 144+24+33=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #901821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901821 is #6FE7DE. Grayscale: #3C3C3C. Windows color (decimal): -7333855 or 2168976. OLE color: 2168976.

HSL color Cylindrical-coordinate representation of color #901821: hue angle of 355.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901821 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1442433-
CMYK00.830.770.44
HSL355.5º71.43%32.94%-
HSV(B)355.5º83.33%56.47%-
XYZ12.16.692.09-
YUV60.91112.26187.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=71.64%
G=11.94%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144243300.830.770.44355.571.4332.94
Hex9018210534D2C1644721
Octal220304101231155454410741
Binary10010000110001000010101001110011011011001011001001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901821; }

 p { color: rgb(144,24,33); }

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

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

 a { background-color: rgb(144,24,33); }

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

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

 span { border-color: rgb(144,24,33); }

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