Html Css Color HEX #852528 Flame Red

📋 copy color: '#852528'

red 133 ◦ green 37 ◦ blue 40

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

Shades of Flame Red #852528

Tints of Flame Red #852528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 63.33%
G = 17.62%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#852528 (or 0x852528) is known color: Flame Red. HEX triplet: 85, 25 and 28. RGB value is (133,37,40). Sum of RGB (Red+Green+Blue) = 133+37+40=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852528 is #7ADAD7. Grayscale: #424242. Windows color (decimal): -8051416 or 2631045. OLE color: 2631045.

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

Color convert

RGB 133 37 40 -
CMYK 0 0.72 0.70 0.48
HSL 358.13º 0.56% 0.33% -
HSV(B) 358.13º 0.72% 0.52% -
XYZ 10.72 6.46 2.69 -
YUV 66.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 133 37 40 0 0.72 0.70 0.48 358.13 0.56 0.33
Hex 85 25 28 0 48 46 30 166 38 21
Octal 205 45 50 0 110 106 60 546 70 41
Binary 10000101 100101 101000 0 1001000 1000110 110000 101100110 111000 100001

Color Harmonies of #852528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852528

Black with #852528

Text Example


Text Example

White with #852528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852528; }

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

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

background-color css

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

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

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

border-color css

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

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

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