Html Css Color HEX #990E1D Carmine

📋 copy color: '#990E1D'

red 153 ◦ green 14 ◦ blue 29

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

Shades of Carmine #990E1D

Tints of Carmine #990E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 78.06%
G = 7.14%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#990E1D (or 0x990E1D) is known color: Carmine. HEX triplet: 99, 0E and 1D. RGB value is (153,14,29). Sum of RGB (Red+Green+Blue) = 153+14+29=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #990E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E1D is #66F1E2. Grayscale: #393939. Windows color (decimal): -6746595 or 1904281. OLE color: 1904281.

HSL color Cylindrical-coordinate representation of color #990E1D: hue angle of 353.53º 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 #990E1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 29 -
CMYK 0 0.91 0.81 0.4
HSL 353.53º 0.83% 0.33% -
HSV(B) 353.53º 0.91% 0.6% -
XYZ 13.52 7.18 1.83 -
YUV 57.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 153 14 29 0 0.91 0.81 0.4 353.53 0.83 0.33
Hex 99 E 1D 0 5B 51 28 162 53 21
Octal 231 16 35 0 133 121 50 542 123 41
Binary 10011001 1110 11101 0 1011011 1010001 101000 101100010 1010011 100001

Color Harmonies of #990E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E1D

Black with #990E1D

Text Example


Text Example

White with #990E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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