Html Css Color HEX #85252B Flame Red

📋 copy color: '#85252B'

red 133 ◦ green 37 ◦ blue 43

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

Shades of Flame Red #85252B

Tints of Flame Red #85252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 62.44%
G = 17.37%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85252B (or 0x85252B) is known color: Flame Red. HEX triplet: 85, 25 and 2B. RGB value is (133,37,43). Sum of RGB (Red+Green+Blue) = 133+37+43=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85252B is #7ADAD4. Grayscale: #424242. Windows color (decimal): -8051413 or 2827653. OLE color: 2827653.

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

Color convert

RGB 133 37 43 -
CMYK 0 0.72 0.68 0.48
HSL 356.25º 0.56% 0.33% -
HSV(B) 356.25º 0.72% 0.52% -
XYZ 10.77 6.48 2.97 -
YUV 66.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 133 37 43 0 0.72 0.68 0.48 356.25 0.56 0.33
Hex 85 25 2B 0 48 44 30 164 38 21
Octal 205 45 53 0 110 104 60 544 70 41
Binary 10000101 100101 101011 0 1001000 1000100 110000 101100100 111000 100001

Color Harmonies of #85252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85252B

Black with #85252B

Text Example


Text Example

White with #85252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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