Html Css Color HEX #812428 Flame Red

📋 copy color: '#812428'

red 129 ◦ green 36 ◦ blue 40

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

Shades of Flame Red #812428

Tints of Flame Red #812428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 62.93%
G = 17.56%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#812428 (or 0x812428) is known color: Flame Red. HEX triplet: 81, 24 and 28. RGB value is (129,36,40). Sum of RGB (Red+Green+Blue) = 129+36+40=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #812428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812428 is #7EDBD7. Grayscale: #404040. Windows color (decimal): -8313816 or 2630785. OLE color: 2630785.

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

Color convert

RGB 129 36 40 -
CMYK 0 0.72 0.69 0.49
HSL 357.42º 0.56% 0.32% -
HSV(B) 357.42º 0.72% 0.51% -
XYZ 10.07 6.08 2.65 -
YUV 64.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 129 36 40 0 0.72 0.69 0.49 357.42 0.56 0.32
Hex 81 24 28 0 48 45 31 165 38 20
Octal 201 44 50 0 110 105 61 545 70 40
Binary 10000001 100100 101000 0 1001000 1000101 110001 101100101 111000 100000

Color Harmonies of #812428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812428

Black with #812428

Text Example


Text Example

White with #812428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812428; }

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

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

background-color css

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

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

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

border-color css

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

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

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