Html Css Color HEX #801F24 Flame Red

📋 copy color: '#801F24'

red 128 ◦ green 31 ◦ blue 36

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

Shades of Flame Red #801F24

Tints of Flame Red #801F24

RGB

 RED value IS 128 (50.39% from 255) = 65.64%

 GREEN value IS 31 (12.5% from 255) = 15.9%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 65.64%
G = 15.9%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#801F24 (or 0x801F24) is known color: Flame Red. HEX triplet: 80, 1F and 24. RGB value is (128,31,36). Sum of RGB (Red+Green+Blue) = 128+31+36=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F24 is #7FE0DB. Grayscale: #3C3C3C. Windows color (decimal): -8380636 or 2367360. OLE color: 2367360.

HSL color Cylindrical-coordinate representation of color #801F24: hue angle of 356.91º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F24 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 31 36 -
CMYK 0 0.76 0.72 0.50
HSL 356.91º 0.61% 0.31% -
HSV(B) 356.91º 0.76% 0.5% -
XYZ 9.71 5.7 2.26 -
YUV 60.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 128 31 36 0 0.76 0.72 0.50 356.91 0.61 0.31
Hex 80 1F 24 0 4C 48 32 165 3D 1F
Octal 200 37 44 0 114 110 62 545 75 37
Binary 10000000 11111 100100 0 1001100 1001000 110010 101100101 111101 11111

Color Harmonies of #801F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801F24

Black with #801F24

Text Example


Text Example

White with #801F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801F24; }

 p { color: rgb(128,31,36); }

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

background-color css

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

 a { background-color: rgb(128,31,36); }

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

border-color css

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

 span { border-color: rgb(128,31,36); }

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