Html Css Color HEX #852425 Flame Red

📋 copy color: '#852425'

red 133 ◦ green 36 ◦ blue 37

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

Shades of Flame Red #852425

Tints of Flame Red #852425

RGB

 RED value IS 133 (52.34% from 255) = 64.56%

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

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

R = 64.56%
G = 17.48%
B = 17.96%

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

#852425 (or 0x852425) is known color: Flame Red. HEX triplet: 85, 24 and 25. RGB value is (133,36,37). Sum of RGB (Red+Green+Blue) = 133+36+37=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852425 is #7ADBDA. Grayscale: #414141. Windows color (decimal): -8051675 or 2434181. OLE color: 2434181.

HSL color Cylindrical-coordinate representation of color #852425: 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 #852425 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 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.64 6.38 2.42 -
YUV 65.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 133 36 37 0 0.73 0.72 0.48 359.38 0.57 0.33
Hex 85 24 25 0 49 48 30 167 39 21
Octal 205 44 45 0 111 110 60 547 71 41
Binary 10000101 100100 100101 0 1001001 1001000 110000 101100111 111001 100001

Color Harmonies of #852425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852425

Black with #852425

Text Example


Text Example

White with #852425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852425; }

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

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

background-color css

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

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

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

border-color css

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

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

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