Html Css Color HEX #862223 Flame Red

📋 copy color: '#862223'

red 134 ◦ green 34 ◦ blue 35

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

Shades of Flame Red #862223

Tints of Flame Red #862223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 66.01%
G = 16.75%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#862223 (or 0x862223) is known color: Flame Red. HEX triplet: 86, 22 and 23. RGB value is (134,34,35). Sum of RGB (Red+Green+Blue) = 134+34+35=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #862223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862223 is #79DDDC. Grayscale: #404040. Windows color (decimal): -7986653 or 2302598. OLE color: 2302598.

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

Color convert

RGB 134 34 35 -
CMYK 0 0.75 0.74 0.47
HSL 359.4º 0.6% 0.33% -
HSV(B) 359.4º 0.75% 0.53% -
XYZ 10.71 6.33 2.25 -
YUV 64.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 134 34 35 0 0.75 0.74 0.47 359.4 0.6 0.33
Hex 86 22 23 0 4B 4A 2F 167 3C 21
Octal 206 42 43 0 113 112 57 547 74 41
Binary 10000110 100010 100011 0 1001011 1001010 101111 101100111 111100 100001

Color Harmonies of #862223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862223

Black with #862223

Text Example


Text Example

White with #862223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862223; }

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

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

background-color css

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

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

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

border-color css

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

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

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