Html Css Color HEX #85242D Flame Red

📋 copy color: '#85242D'

red 133 ◦ green 36 ◦ blue 45

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

Shades of Flame Red #85242D

Tints of Flame Red #85242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 62.15%
G = 16.82%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85242D (or 0x85242D) is known color: Flame Red. HEX triplet: 85, 24 and 2D. RGB value is (133,36,45). Sum of RGB (Red+Green+Blue) = 133+36+45=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85242D is #7ADBD2. Grayscale: #424242. Windows color (decimal): -8051667 or 2958469. OLE color: 2958469.

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

Color convert

RGB 133 36 45 -
CMYK 0 0.73 0.66 0.48
HSL 354.43º 0.57% 0.33% -
HSV(B) 354.43º 0.73% 0.52% -
XYZ 10.78 6.44 3.16 -
YUV 66.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 133 36 45 0 0.73 0.66 0.48 354.43 0.57 0.33
Hex 85 24 2D 0 49 42 30 162 39 21
Octal 205 44 55 0 111 102 60 542 71 41
Binary 10000101 100100 101101 0 1001001 1000010 110000 101100010 111001 100001

Color Harmonies of #85242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85242D

Black with #85242D

Text Example


Text Example

White with #85242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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