Html Css Color HEX #842425 Flame Red

📋 copy color: '#842425'

red 132 ◦ green 36 ◦ blue 37

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

Shades of Flame Red #842425

Tints of Flame Red #842425

RGB

 RED value IS 132 (51.95% from 255) = 64.39%

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

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

R = 64.39%
G = 17.56%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#842425 (or 0x842425) is known color: Flame Red. HEX triplet: 84, 24 and 25. RGB value is (132,36,37). Sum of RGB (Red+Green+Blue) = 132+36+37=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842425 is #7BDBDA. Grayscale: #404040. Windows color (decimal): -8117211 or 2434180. OLE color: 2434180.

HSL color Cylindrical-coordinate representation of color #842425: hue angle of 359.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842425 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 37 -
CMYK 0 0.73 0.72 0.48
HSL 359.38º 0.57% 0.33% -
HSV(B) 359.38º 0.73% 0.52% -
XYZ 10.48 6.3 2.41 -
YUV 64.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 132 36 37 0 0.73 0.72 0.48 359.38 0.57 0.33
Hex 84 24 25 0 49 48 30 167 39 21
Octal 204 44 45 0 111 110 60 547 71 41
Binary 10000100 100100 100101 0 1001001 1001000 110000 101100111 111001 100001

Color Harmonies of #842425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842425

Black with #842425

Text Example


Text Example

White with #842425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842425; }

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

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

background-color css

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

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

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

border-color css

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

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

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