Html Css Color HEX #99110C Dark Red

📋 copy color: '#99110C'

red 153 ◦ green 17 ◦ blue 12

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

Shades of Dark Red #99110C

Tints of Dark Red #99110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 84.07%
G = 9.34%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99110C (or 0x99110C) is known color: Dark Red. HEX triplet: 99, 11 and 0C. RGB value is (153,17,12). Sum of RGB (Red+Green+Blue) = 153+17+12=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #99110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99110C is #66EEF3. Grayscale: #393939. Windows color (decimal): -6745844 or 790937. OLE color: 790937.

HSL color Cylindrical-coordinate representation of color #99110C: hue angle of 2.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99110C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 12 -
CMYK 0 0.89 0.92 0.4
HSL 2.13º 0.85% 0.32% -
HSV(B) 2.13º 0.92% 0.6% -
XYZ 13.4 7.2 1.03 -
YUV 57.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 153 17 12 0 0.89 0.92 0.4 2.13 0.85 0.32
Hex 99 11 C 0 59 5C 28 2 55 20
Octal 231 21 14 0 131 134 50 2 125 40
Binary 10011001 10001 1100 0 1011001 1011100 101000 10 1010101 100000

Color Harmonies of #99110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99110C

Black with #99110C

Text Example


Text Example

White with #99110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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