Html Css Color HEX #85232E Flame Red

📋 copy color: '#85232E'

red 133 ◦ green 35 ◦ blue 46

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

Shades of Flame Red #85232E

Tints of Flame Red #85232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 62.15%
G = 16.36%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85232E (or 0x85232E) is known color: Flame Red. HEX triplet: 85, 23 and 2E. RGB value is (133,35,46). Sum of RGB (Red+Green+Blue) = 133+35+46=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85232E is #7ADCD1. Grayscale: #414141. Windows color (decimal): -8051922 or 3023749. OLE color: 3023749.

HSL color Cylindrical-coordinate representation of color #85232E: hue angle of 353.27º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85232E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 46 -
CMYK 0 0.74 0.65 0.48
HSL 353.27º 0.58% 0.33% -
HSV(B) 353.27º 0.74% 0.52% -
XYZ 10.77 6.39 3.25 -
YUV 65.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 133 35 46 0 0.74 0.65 0.48 353.27 0.58 0.33
Hex 85 23 2E 0 4A 41 30 161 3A 21
Octal 205 43 56 0 112 101 60 541 72 41
Binary 10000101 100011 101110 0 1001010 1000001 110000 101100001 111010 100001

Color Harmonies of #85232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85232E

Black with #85232E

Text Example


Text Example

White with #85232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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