Html Css Color HEX #86232D Flame Red

📋 copy color: '#86232D'

red 134 ◦ green 35 ◦ blue 45

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

Shades of Flame Red #86232D

Tints of Flame Red #86232D

RGB

 RED value IS 134 (52.73% from 255) = 62.62%

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

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

R = 62.62%
G = 16.36%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86232D (or 0x86232D) is known color: Flame Red. HEX triplet: 86, 23 and 2D. RGB value is (134,35,45). Sum of RGB (Red+Green+Blue) = 134+35+45=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232D is #79DCD2. Grayscale: #414141. Windows color (decimal): -7986387 or 2958214. OLE color: 2958214.

HSL color Cylindrical-coordinate representation of color #86232D: hue angle of 353.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86232D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 45 -
CMYK 0 0.74 0.66 0.47
HSL 353.94º 0.59% 0.33% -
HSV(B) 353.94º 0.74% 0.53% -
XYZ 10.91 6.46 3.15 -
YUV 65.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 134 35 45 0 0.74 0.66 0.47 353.94 0.59 0.33
Hex 86 23 2D 0 4A 42 2F 162 3B 21
Octal 206 43 55 0 112 102 57 542 73 41
Binary 10000110 100011 101101 0 1001010 1000010 101111 101100010 111011 100001

Color Harmonies of #86232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86232D

Black with #86232D

Text Example


Text Example

White with #86232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,35,45); }

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

background-color css

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

 a { background-color: rgb(134,35,45); }

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

border-color css

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

 span { border-color: rgb(134,35,45); }

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