Html Css Color HEX #85232B Flame Red

📋 copy color: '#85232B'

red 133 ◦ green 35 ◦ blue 43

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

Shades of Flame Red #85232B

Tints of Flame Red #85232B

RGB

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

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

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

R = 63.03%
G = 16.59%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85232B (or 0x85232B) is known color: Flame Red. HEX triplet: 85, 23 and 2B. RGB value is (133,35,43). Sum of RGB (Red+Green+Blue) = 133+35+43=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85232B is #7ADCD4. Grayscale: #414141. Windows color (decimal): -8051925 or 2827141. OLE color: 2827141.

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

Color convert

RGB 133 35 43 -
CMYK 0 0.74 0.68 0.48
HSL 355.1º 0.58% 0.33% -
HSV(B) 355.1º 0.74% 0.52% -
XYZ 10.71 6.36 2.95 -
YUV 65.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 133 35 43 0 0.74 0.68 0.48 355.1 0.58 0.33
Hex 85 23 2B 0 4A 44 30 163 3A 21
Octal 205 43 53 0 112 104 60 543 72 41
Binary 10000101 100011 101011 0 1001010 1000100 110000 101100011 111010 100001

Color Harmonies of #85232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85232B

Black with #85232B

Text Example


Text Example

White with #85232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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