Html Css Color HEX #86212B Flame Red

📋 copy color: '#86212B'

red 134 ◦ green 33 ◦ blue 43

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

Shades of Flame Red #86212B

Tints of Flame Red #86212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 63.81%
G = 15.71%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86212B (or 0x86212B) is known color: Flame Red. HEX triplet: 86, 21 and 2B. RGB value is (134,33,43). Sum of RGB (Red+Green+Blue) = 134+33+43=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86212B is #79DED4. Grayscale: #404040. Windows color (decimal): -7986901 or 2826630. OLE color: 2826630.

HSL color Cylindrical-coordinate representation of color #86212B: hue angle of 354.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86212B is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 43 -
CMYK 0 0.75 0.68 0.47
HSL 354.06º 0.6% 0.33% -
HSV(B) 354.06º 0.75% 0.53% -
XYZ 10.81 6.33 2.94 -
YUV 64.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 134 33 43 0 0.75 0.68 0.47 354.06 0.6 0.33
Hex 86 21 2B 0 4B 44 2F 162 3C 21
Octal 206 41 53 0 113 104 57 542 74 41
Binary 10000110 100001 101011 0 1001011 1000100 101111 101100010 111100 100001

Color Harmonies of #86212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86212B

Black with #86212B

Text Example


Text Example

White with #86212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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