Html Css Color HEX #812224 Flame Red

📋 copy color: '#812224'

red 129 ◦ green 34 ◦ blue 36

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

Shades of Flame Red #812224

Tints of Flame Red #812224

RGB

 RED value IS 129 (50.78% from 255) = 64.82%

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 64.82%
G = 17.09%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#812224 (or 0x812224) is known color: Flame Red. HEX triplet: 81, 22 and 24. RGB value is (129,34,36). Sum of RGB (Red+Green+Blue) = 129+34+36=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812224 is #7EDDDB. Grayscale: #3E3E3E. Windows color (decimal): -8314332 or 2368129. OLE color: 2368129.

HSL color Cylindrical-coordinate representation of color #812224: hue angle of 358.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812224 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 36 -
CMYK 0 0.74 0.72 0.49
HSL 358.74º 0.58% 0.32% -
HSV(B) 358.74º 0.74% 0.51% -
XYZ 9.94 5.94 2.29 -
YUV 62.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 129 34 36 0 0.74 0.72 0.49 358.74 0.58 0.32
Hex 81 22 24 0 4A 48 31 167 3A 20
Octal 201 42 44 0 112 110 61 547 72 40
Binary 10000001 100010 100100 0 1001010 1001000 110001 101100111 111010 100000

Color Harmonies of #812224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812224

Black with #812224

Text Example


Text Example

White with #812224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812224; }

 p { color: rgb(129,34,36); }

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

background-color css

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

 a { background-color: rgb(129,34,36); }

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

border-color css

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

 span { border-color: rgb(129,34,36); }

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