Html Css Color HEX #861521 Flame Red

📋 copy color: '#861521'

red 134 ◦ green 21 ◦ blue 33

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

Shades of Flame Red #861521

Tints of Flame Red #861521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 71.28%
G = 11.17%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#861521 (or 0x861521) is known color: Flame Red. HEX triplet: 86, 15 and 21. RGB value is (134,21,33). Sum of RGB (Red+Green+Blue) = 134+21+33=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #861521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861521 is #79EADE. Grayscale: #383838. Windows color (decimal): -7989983 or 2168198. OLE color: 2168198.

HSL color Cylindrical-coordinate representation of color #861521: hue angle of 353.63º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861521 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 33 -
CMYK 0 0.84 0.75 0.47
HSL 353.63º 0.73% 0.3% -
HSV(B) 353.63º 0.84% 0.53% -
XYZ 10.37 5.71 2 -
YUV 56.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 134 21 33 0 0.84 0.75 0.47 353.63 0.73 0.3
Hex 86 15 21 0 54 4B 2F 162 49 1E
Octal 206 25 41 0 124 113 57 542 111 36
Binary 10000110 10101 100001 0 1010100 1001011 101111 101100010 1001001 11110

Color Harmonies of #861521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861521

Black with #861521

Text Example


Text Example

White with #861521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861521; }

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

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

background-color css

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

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

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

border-color css

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

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

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