Html Css Color HEX #871F28 Flame Red

📋 copy color: '#871F28'

red 135 ◦ green 31 ◦ blue 40

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

Shades of Flame Red #871F28

Tints of Flame Red #871F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 65.53%
G = 15.05%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#871F28 (or 0x871F28) is known color: Flame Red. HEX triplet: 87, 1F and 28. RGB value is (135,31,40). Sum of RGB (Red+Green+Blue) = 135+31+40=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F28 is #78E0D7. Grayscale: #3F3F3F. Windows color (decimal): -7921880 or 2629511. OLE color: 2629511.

HSL color Cylindrical-coordinate representation of color #871F28: hue angle of 354.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F28 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 40 -
CMYK 0 0.77 0.70 0.47
HSL 354.81º 0.63% 0.33% -
HSV(B) 354.81º 0.77% 0.53% -
XYZ 10.86 6.28 2.65 -
YUV 63.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 135 31 40 0 0.77 0.70 0.47 354.81 0.63 0.33
Hex 87 1F 28 0 4D 46 2F 163 3F 21
Octal 207 37 50 0 115 106 57 543 77 41
Binary 10000111 11111 101000 0 1001101 1000110 101111 101100011 111111 100001

Color Harmonies of #871F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F28

Black with #871F28

Text Example


Text Example

White with #871F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,31,40); }

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

background-color css

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

 a { background-color: rgb(135,31,40); }

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

border-color css

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

 span { border-color: rgb(135,31,40); }

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