Html Css Color HEX #852324 Flame Red

📋 copy color: '#852324'

red 133 ◦ green 35 ◦ blue 36

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

Shades of Flame Red #852324

Tints of Flame Red #852324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 65.2%
G = 17.16%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#852324 (or 0x852324) is known color: Flame Red. HEX triplet: 85, 23 and 24. RGB value is (133,35,36). Sum of RGB (Red+Green+Blue) = 133+35+36=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852324 is #7ADCDB. Grayscale: #404040. Windows color (decimal): -8051932 or 2368389. OLE color: 2368389.

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

Color convert

RGB 133 35 36 -
CMYK 0 0.74 0.73 0.48
HSL 359.39º 0.58% 0.33% -
HSV(B) 359.39º 0.74% 0.52% -
XYZ 10.59 6.32 2.33 -
YUV 64.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 133 35 36 0 0.74 0.73 0.48 359.39 0.58 0.33
Hex 85 23 24 0 4A 49 30 167 3A 21
Octal 205 43 44 0 112 111 60 547 72 41
Binary 10000101 100011 100100 0 1001010 1001001 110000 101100111 111010 100001

Color Harmonies of #852324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852324

Black with #852324

Text Example


Text Example

White with #852324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852324; }

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

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

background-color css

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

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

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

border-color css

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

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

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