Html Css Color HEX #990114 Carmine

📋 copy color: '#990114'

red 153 ◦ green 1 ◦ blue 20

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

Shades of Carmine #990114

Tints of Carmine #990114

RGB

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

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

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

R = 87.93%
G = 0.57%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#990114 (or 0x990114) is known color: Carmine. HEX triplet: 99, 01 and 14. RGB value is (153,1,20). Sum of RGB (Red+Green+Blue) = 153+1+20=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990114 is #66FEEB. Grayscale: #303030. Windows color (decimal): -6749932 or 1311129. OLE color: 1311129.

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

Color convert

RGB 153 1 20 -
CMYK 0 0.99 0.87 0.4
HSL 352.5º 0.99% 0.3% -
HSV(B) 352.5º 0.99% 0.6% -
XYZ 13.27 6.84 1.28 -
YUV 48.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 153 1 20 0 0.99 0.87 0.4 352.5 0.99 0.3
Hex 99 1 14 0 63 57 28 160 63 1E
Octal 231 1 24 0 143 127 50 540 143 36
Binary 10011001 1 10100 0 1100011 1010111 101000 101100000 1100011 11110

Color Harmonies of #990114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990114

Black with #990114

Text Example


Text Example

White with #990114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990114; }

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

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

background-color css

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

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

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

border-color css

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

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

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