Html Css Color HEX #901921 Flame Red

📋 copy color: '#901921'

red 144 ◦ green 25 ◦ blue 33

#901921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #901921

Tints of Flame Red #901921

RGB

 RED value IS 144 (56.64% from 255) = 71.29%

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 71.29%
G = 12.38%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#901921 (or 0x901921) is known color: Flame Red. HEX triplet: 90, 19 and 21. RGB value is (144,25,33). Sum of RGB (Red+Green+Blue) = 144+25+33=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #901921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901921 is #6FE6DE. Grayscale: #3D3D3D. Windows color (decimal): -7333599 or 2169232. OLE color: 2169232.

HSL color Cylindrical-coordinate representation of color #901921: hue angle of 355.97º degrees, saturation: 0.7, 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 #901921 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 33 -
CMYK 0 0.83 0.77 0.44
HSL 355.97º 0.7% 0.33% -
HSV(B) 355.97º 0.83% 0.56% -
XYZ 12.12 6.73 2.1 -
YUV 61.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 144 25 33 0 0.83 0.77 0.44 355.97 0.7 0.33
Hex 90 19 21 0 53 4D 2C 164 46 21
Octal 220 31 41 0 123 115 54 544 106 41
Binary 10010000 11001 100001 0 1010011 1001101 101100 101100100 1000110 100001

Color Harmonies of #901921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901921

Black with #901921

Text Example


Text Example

White with #901921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901921; }

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

 H1.HeaderClassName
 {
   color: #901921;
 }
 .AnyTagClassName
 {
   color: #901921;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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