Html Css Color HEX #990E14 Carmine

📋 copy color: '#990E14'

red 153 ◦ green 14 ◦ blue 20

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

Shades of Carmine #990E14

Tints of Carmine #990E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

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

R = 81.82%
G = 7.49%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#990E14 (or 0x990E14) is known color: Carmine. HEX triplet: 99, 0E and 14. RGB value is (153,14,20). Sum of RGB (Red+Green+Blue) = 153+14+20=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E14 is #66F1EB. Grayscale: #383838. Windows color (decimal): -6746604 or 1314457. OLE color: 1314457.

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

Color convert

RGB 153 14 20 -
CMYK 0 0.91 0.87 0.4
HSL 357.41º 0.83% 0.33% -
HSV(B) 357.41º 0.91% 0.6% -
XYZ 13.42 7.14 1.33 -
YUV 56.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 153 14 20 0 0.91 0.87 0.4 357.41 0.83 0.33
Hex 99 E 14 0 5B 57 28 165 53 21
Octal 231 16 24 0 133 127 50 545 123 41
Binary 10011001 1110 10100 0 1011011 1010111 101000 101100101 1010011 100001

Color Harmonies of #990E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E14

Black with #990E14

Text Example


Text Example

White with #990E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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