Html Css Color HEX #86232A Flame Red

📋 copy color: '#86232A'

red 134 ◦ green 35 ◦ blue 42

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

Shades of Flame Red #86232A

Tints of Flame Red #86232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 63.51%
G = 16.59%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86232A (or 0x86232A) is known color: Flame Red. HEX triplet: 86, 23 and 2A. RGB value is (134,35,42). Sum of RGB (Red+Green+Blue) = 134+35+42=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232A is #79DCD5. Grayscale: #414141. Windows color (decimal): -7986390 or 2761606. OLE color: 2761606.

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

Color convert

RGB 134 35 42 -
CMYK 0 0.74 0.69 0.47
HSL 355.76º 0.59% 0.33% -
HSV(B) 355.76º 0.74% 0.53% -
XYZ 10.85 6.44 2.86 -
YUV 65.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 134 35 42 0 0.74 0.69 0.47 355.76 0.59 0.33
Hex 86 23 2A 0 4A 45 2F 164 3B 21
Octal 206 43 52 0 112 105 57 544 73 41
Binary 10000110 100011 101010 0 1001010 1000101 101111 101100100 111011 100001

Color Harmonies of #86232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86232A

Black with #86232A

Text Example


Text Example

White with #86232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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