Html Css Color HEX #871A28 Flame Red

📋 copy color: '#871A28'

red 135 ◦ green 26 ◦ blue 40

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

Shades of Flame Red #871A28

Tints of Flame Red #871A28

RGB

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

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

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

R = 67.16%
G = 12.94%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#871A28 (or 0x871A28) is known color: Flame Red. HEX triplet: 87, 1A and 28. RGB value is (135,26,40). Sum of RGB (Red+Green+Blue) = 135+26+40=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #871A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A28 is #78E5D7. Grayscale: #3C3C3C. Windows color (decimal): -7923160 or 2628231. OLE color: 2628231.

HSL color Cylindrical-coordinate representation of color #871A28: hue angle of 352.29º 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 #871A28 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 40 -
CMYK 0 0.81 0.70 0.47
HSL 352.29º 0.68% 0.32% -
HSV(B) 352.29º 0.81% 0.53% -
XYZ 10.74 6.04 2.61 -
YUV 60.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 135 26 40 0 0.81 0.70 0.47 352.29 0.68 0.32
Hex 87 1A 28 0 51 46 2F 160 44 20
Octal 207 32 50 0 121 106 57 540 104 40
Binary 10000111 11010 101000 0 1010001 1000110 101111 101100000 1000100 100000

Color Harmonies of #871A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A28

Black with #871A28

Text Example


Text Example

White with #871A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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