Html Css Color HEX #871522 Flame Red

📋 copy color: '#871522'

red 135 ◦ green 21 ◦ blue 34

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

Shades of Flame Red #871522

Tints of Flame Red #871522

RGB

 RED value IS 135 (53.13% from 255) = 71.05%

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

 BLUE value IS 34 (13.67% from 255) = 17.89%

R = 71.05%
G = 11.05%
B = 17.89%

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

#871522 (or 0x871522) is known color: Flame Red. HEX triplet: 87, 15 and 22. RGB value is (135,21,34). Sum of RGB (Red+Green+Blue) = 135+21+34=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #871522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871522 is #78EADD. Grayscale: #383838. Windows color (decimal): -7924446 or 2233735. OLE color: 2233735.

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

Color convert

RGB 135 21 34 -
CMYK 0 0.84 0.75 0.47
HSL 353.16º 0.73% 0.31% -
HSV(B) 353.16º 0.84% 0.53% -
XYZ 10.55 5.8 2.08 -
YUV 56.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 135 21 34 0 0.84 0.75 0.47 353.16 0.73 0.31
Hex 87 15 22 0 54 4B 2F 161 49 1F
Octal 207 25 42 0 124 113 57 541 111 37
Binary 10000111 10101 100010 0 1010100 1001011 101111 101100001 1001001 11111

Color Harmonies of #871522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871522

Black with #871522

Text Example


Text Example

White with #871522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871522; }

 p { color: rgb(135,21,34); }

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

background-color css

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

 a { background-color: rgb(135,21,34); }

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

border-color css

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

 span { border-color: rgb(135,21,34); }

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