Html Css Color HEX #852529 Flame Red

📋 copy color: '#852529'

red 133 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #852529

Tints of Flame Red #852529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 63.03%
G = 17.54%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852529 (or 0x852529) is known color: Flame Red. HEX triplet: 85, 25 and 29. RGB value is (133,37,41). Sum of RGB (Red+Green+Blue) = 133+37+41=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #852529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852529 is #7ADAD6. Grayscale: #424242. Windows color (decimal): -8051415 or 2696581. OLE color: 2696581.

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

Color convert

RGB 133 37 41 -
CMYK 0 0.72 0.69 0.48
HSL 357.5º 0.56% 0.33% -
HSV(B) 357.5º 0.72% 0.52% -
XYZ 10.73 6.47 2.78 -
YUV 66.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 133 37 41 0 0.72 0.69 0.48 357.5 0.56 0.33
Hex 85 25 29 0 48 45 30 166 38 21
Octal 205 45 51 0 110 105 60 546 70 41
Binary 10000101 100101 101001 0 1001000 1000101 110000 101100110 111000 100001

Color Harmonies of #852529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852529

Black with #852529

Text Example


Text Example

White with #852529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852529; }

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

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

background-color css

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

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

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

border-color css

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

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

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