Html Css Color HEX #991114 Carmine

📋 copy color: '#991114'

red 153 ◦ green 17 ◦ blue 20

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

Shades of Carmine #991114

Tints of Carmine #991114

RGB

 RED value IS 153 (60.16% from 255) = 80.53%

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 80.53%
G = 8.95%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#991114 (or 0x991114) is known color: Carmine. HEX triplet: 99, 11 and 14. RGB value is (153,17,20). Sum of RGB (Red+Green+Blue) = 153+17+20=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #991114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991114 is #66EEEB. Grayscale: #3A3A3A. Windows color (decimal): -6745836 or 1315225. OLE color: 1315225.

HSL color Cylindrical-coordinate representation of color #991114: hue angle of 358.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 20 -
CMYK 0 0.89 0.87 0.4
HSL 358.68º 0.8% 0.33% -
HSV(B) 358.68º 0.89% 0.6% -
XYZ 13.46 7.22 1.35 -
YUV 58.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 153 17 20 0 0.89 0.87 0.4 358.68 0.8 0.33
Hex 99 11 14 0 59 57 28 167 50 21
Octal 231 21 24 0 131 127 50 547 120 41
Binary 10011001 10001 10100 0 1011001 1010111 101000 101100111 1010000 100001

Color Harmonies of #991114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991114

Black with #991114

Text Example


Text Example

White with #991114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991114; }

 p { color: rgb(153,17,20); }

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

background-color css

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

 a { background-color: rgb(153,17,20); }

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

border-color css

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

 span { border-color: rgb(153,17,20); }

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