Html Css Color HEX #870014 Carmine

📋 copy color: '#870014'

red 135 ◦ green 0 ◦ blue 20

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

Shades of Carmine #870014

Tints of Carmine #870014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 87.1%
G = 0%
B = 12.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#870014 (or 0x870014) is known color: Carmine. HEX triplet: 87, 00 and 14. RGB value is (135,0,20). Sum of RGB (Red+Green+Blue) = 135+0+20=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870014 is #78FFEB. Grayscale: #2A2A2A. Windows color (decimal): -7929836 or 1310855. OLE color: 1310855.

HSL color Cylindrical-coordinate representation of color #870014: hue angle of 351.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 20 -
CMYK 0 1 0.85 0.47
HSL 351.11º 1% 0.26% -
HSV(B) 351.11º 1% 0.53% -
XYZ 10.12 5.2 1.13 -
YUV 42.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 135 0 20 0 1 0.85 0.47 351.11 1 0.26
Hex 87 0 14 0 64 55 2F 15F 64 1A
Octal 207 0 24 0 144 125 57 537 144 32
Binary 10000111 0 10100 0 1100100 1010101 101111 101011111 1100100 11010

Color Harmonies of #870014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870014

Black with #870014

Text Example


Text Example

White with #870014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870014; }

 p { color: rgb(135,0,20); }

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

background-color css

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

 a { background-color: rgb(135,0,20); }

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

border-color css

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

 span { border-color: rgb(135,0,20); }

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