Html Css Color HEX #85252D Flame Red

📋 copy color: '#85252D'

red 133 ◦ green 37 ◦ blue 45

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

Shades of Flame Red #85252D

Tints of Flame Red #85252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 61.86%
G = 17.21%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85252D (or 0x85252D) is known color: Flame Red. HEX triplet: 85, 25 and 2D. RGB value is (133,37,45). Sum of RGB (Red+Green+Blue) = 133+37+45=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85252D is #7ADAD2. Grayscale: #424242. Windows color (decimal): -8051411 or 2958725. OLE color: 2958725.

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

Color convert

RGB 133 37 45 -
CMYK 0 0.72 0.66 0.48
HSL 355º 0.56% 0.33% -
HSV(B) 355º 0.72% 0.52% -
XYZ 10.81 6.5 3.17 -
YUV 66.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 133 37 45 0 0.72 0.66 0.48 355 0.56 0.33
Hex 85 25 2D 0 48 42 30 163 38 21
Octal 205 45 55 0 110 102 60 543 70 41
Binary 10000101 100101 101101 0 1001000 1000010 110000 101100011 111000 100001

Color Harmonies of #85252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85252D

Black with #85252D

Text Example


Text Example

White with #85252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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