Html Css Color HEX #880114 Carmine

📋 copy color: '#880114'

red 136 ◦ green 1 ◦ blue 20

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

Shades of Carmine #880114

Tints of Carmine #880114

RGB

 RED value IS 136 (53.52% from 255) = 86.62%

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 86.62%
G = 0.64%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880114 (or 0x880114) is known color: Carmine. HEX triplet: 88, 01 and 14. RGB value is (136,1,20). Sum of RGB (Red+Green+Blue) = 136+1+20=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880114 is #77FEEB. Grayscale: #2B2B2B. Windows color (decimal): -7864044 or 1311112. OLE color: 1311112.

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

Color convert

RGB 136 1 20 -
CMYK 0 0.99 0.85 0.47
HSL 351.56º 0.99% 0.27% -
HSV(B) 351.56º 0.99% 0.53% -
XYZ 10.29 5.31 1.14 -
YUV 43.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 136 1 20 0 0.99 0.85 0.47 351.56 0.99 0.27
Hex 88 1 14 0 63 55 2F 160 63 1B
Octal 210 1 24 0 143 125 57 540 143 33
Binary 10001000 1 10100 0 1100011 1010101 101111 101100000 1100011 11011

Color Harmonies of #880114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880114

Black with #880114

Text Example


Text Example

White with #880114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880114; }

 p { color: rgb(136,1,20); }

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

background-color css

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

 a { background-color: rgb(136,1,20); }

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

border-color css

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

 span { border-color: rgb(136,1,20); }

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