Html Css Color HEX #812429 Flame Red

📋 copy color: '#812429'

red 129 ◦ green 36 ◦ blue 41

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

Shades of Flame Red #812429

Tints of Flame Red #812429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 62.62%
G = 17.48%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#812429 (or 0x812429) is known color: Flame Red. HEX triplet: 81, 24 and 29. RGB value is (129,36,41). Sum of RGB (Red+Green+Blue) = 129+36+41=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #812429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812429 is #7EDBD6. Grayscale: #404040. Windows color (decimal): -8313815 or 2696321. OLE color: 2696321.

HSL color Cylindrical-coordinate representation of color #812429: hue angle of 356.77º 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 #812429 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 41 -
CMYK 0 0.72 0.68 0.49
HSL 356.77º 0.56% 0.32% -
HSV(B) 356.77º 0.72% 0.51% -
XYZ 10.08 6.09 2.74 -
YUV 64.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 129 36 41 0 0.72 0.68 0.49 356.77 0.56 0.32
Hex 81 24 29 0 48 44 31 165 38 20
Octal 201 44 51 0 110 104 61 545 70 40
Binary 10000001 100100 101001 0 1001000 1000100 110001 101100101 111000 100000

Color Harmonies of #812429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812429

Black with #812429

Text Example


Text Example

White with #812429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812429; }

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

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

background-color css

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

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

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

border-color css

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

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

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