Html Css Color HEX #871A1B Flame Red

📋 copy color: '#871A1B'

red 135 ◦ green 26 ◦ blue 27

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

Shades of Flame Red #871A1B

Tints of Flame Red #871A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 71.81%
G = 13.83%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#871A1B (or 0x871A1B) is known color: Flame Red. HEX triplet: 87, 1A and 1B. RGB value is (135,26,27). Sum of RGB (Red+Green+Blue) = 135+26+27=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A1B is #78E5E4. Grayscale: #3A3A3A. Windows color (decimal): -7923173 or 1776263. OLE color: 1776263.

HSL color Cylindrical-coordinate representation of color #871A1B: hue angle of 359.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A1B is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 27 -
CMYK 0 0.81 0.8 0.47
HSL 359.45º 0.68% 0.32% -
HSV(B) 359.45º 0.81% 0.53% -
XYZ 10.56 5.97 1.63 -
YUV 58.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 135 26 27 0 0.81 0.8 0.47 359.45 0.68 0.32
Hex 87 1A 1B 0 51 50 2F 167 44 20
Octal 207 32 33 0 121 120 57 547 104 40
Binary 10000111 11010 11011 0 1010001 1010000 101111 101100111 1000100 100000

Color Harmonies of #871A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A1B

Black with #871A1B

Text Example


Text Example

White with #871A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A1B; }

 p { color: rgb(135,26,27); }

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

background-color css

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

 a { background-color: rgb(135,26,27); }

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

border-color css

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

 span { border-color: rgb(135,26,27); }

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