Html Css Color HEX #812425 Flame Red

📋 copy color: '#812425'

red 129 ◦ green 36 ◦ blue 37

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

Shades of Flame Red #812425

Tints of Flame Red #812425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 63.86%
G = 17.82%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#812425 (or 0x812425) is known color: Flame Red. HEX triplet: 81, 24 and 25. RGB value is (129,36,37). Sum of RGB (Red+Green+Blue) = 129+36+37=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812425 is #7EDBDA. Grayscale: #404040. Windows color (decimal): -8313819 or 2434177. OLE color: 2434177.

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

Color convert

RGB 129 36 37 -
CMYK 0 0.72 0.71 0.49
HSL 359.35º 0.56% 0.32% -
HSV(B) 359.35º 0.72% 0.51% -
XYZ 10.02 6.06 2.39 -
YUV 63.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 129 36 37 0 0.72 0.71 0.49 359.35 0.56 0.32
Hex 81 24 25 0 48 47 31 167 38 20
Octal 201 44 45 0 110 107 61 547 70 40
Binary 10000001 100100 100101 0 1001000 1000111 110001 101100111 111000 100000

Color Harmonies of #812425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812425

Black with #812425

Text Example


Text Example

White with #812425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812425; }

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

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

background-color css

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

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

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

border-color css

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

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

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