Html Css Color HEX #901720 Flame Red

📋 copy color: '#901720'

red 144 ◦ green 23 ◦ blue 32

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

Shades of Flame Red #901720

Tints of Flame Red #901720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 72.36%
G = 11.56%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#901720 (or 0x901720) is known color: Flame Red. HEX triplet: 90, 17 and 20. RGB value is (144,23,32). Sum of RGB (Red+Green+Blue) = 144+23+32=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901720 is #6FE8DF. Grayscale: #3C3C3C. Windows color (decimal): -7334112 or 2103184. OLE color: 2103184.

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

Color convert

RGB 144 23 32 -
CMYK 0 0.84 0.78 0.44
HSL 355.54º 0.72% 0.33% -
HSV(B) 355.54º 0.84% 0.56% -
XYZ 12.07 6.65 2.01 -
YUV 60.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 144 23 32 0 0.84 0.78 0.44 355.54 0.72 0.33
Hex 90 17 20 0 54 4E 2C 164 48 21
Octal 220 27 40 0 124 116 54 544 110 41
Binary 10010000 10111 100000 0 1010100 1001110 101100 101100100 1001000 100001

Color Harmonies of #901720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901720

Black with #901720

Text Example


Text Example

White with #901720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901720; }

 p { color: rgb(144,23,32); }

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

background-color css

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

 a { background-color: rgb(144,23,32); }

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

border-color css

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

 span { border-color: rgb(144,23,32); }

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