Html Css Color HEX #86232B Flame Red

📋 copy color: '#86232B'

red 134 ◦ green 35 ◦ blue 43

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

Shades of Flame Red #86232B

Tints of Flame Red #86232B

RGB

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

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

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

R = 63.21%
G = 16.51%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86232B (or 0x86232B) is known color: Flame Red. HEX triplet: 86, 23 and 2B. RGB value is (134,35,43). Sum of RGB (Red+Green+Blue) = 134+35+43=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232B is #79DCD4. Grayscale: #414141. Windows color (decimal): -7986389 or 2827142. OLE color: 2827142.

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

Color convert

RGB 134 35 43 -
CMYK 0 0.74 0.68 0.47
HSL 355.15º 0.59% 0.33% -
HSV(B) 355.15º 0.74% 0.53% -
XYZ 10.87 6.44 2.96 -
YUV 65.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 134 35 43 0 0.74 0.68 0.47 355.15 0.59 0.33
Hex 86 23 2B 0 4A 44 2F 163 3B 21
Octal 206 43 53 0 112 104 57 543 73 41
Binary 10000110 100011 101011 0 1001010 1000100 101111 101100011 111011 100001

Color Harmonies of #86232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86232B

Black with #86232B

Text Example


Text Example

White with #86232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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