Html Css Color HEX #85242E Flame Red

📋 copy color: '#85242E'

red 133 ◦ green 36 ◦ blue 46

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

Shades of Flame Red #85242E

Tints of Flame Red #85242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 61.86%
G = 16.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85242E (or 0x85242E) is known color: Flame Red. HEX triplet: 85, 24 and 2E. RGB value is (133,36,46). Sum of RGB (Red+Green+Blue) = 133+36+46=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85242E is #7ADBD1. Grayscale: #424242. Windows color (decimal): -8051666 or 3024005. OLE color: 3024005.

HSL color Cylindrical-coordinate representation of color #85242E: hue angle of 353.81º 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 #85242E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 46 -
CMYK 0 0.73 0.65 0.48
HSL 353.81º 0.57% 0.33% -
HSV(B) 353.81º 0.73% 0.52% -
XYZ 10.8 6.45 3.26 -
YUV 66.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 133 36 46 0 0.73 0.65 0.48 353.81 0.57 0.33
Hex 85 24 2E 0 49 41 30 162 39 21
Octal 205 44 56 0 111 101 60 542 71 41
Binary 10000101 100100 101110 0 1001001 1000001 110000 101100010 111001 100001

Color Harmonies of #85242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85242E

Black with #85242E

Text Example


Text Example

White with #85242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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