Html Css Color HEX #990C01 Dark Red

📋 copy color: '#990C01'

red 153 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #990C01

Tints of Dark Red #990C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 92.17%
G = 7.23%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#990C01 (or 0x990C01) is known color: Dark Red. HEX triplet: 99, 0C and 01. RGB value is (153,12,1). Sum of RGB (Red+Green+Blue) = 153+12+1=166 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.17% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 153 - color contains mainly: red. Hex color #990C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C01 is #66F3FE. Grayscale: #353535. Windows color (decimal): -6747135 or 68761. OLE color: 68761.

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

Color convert

RGB 153 12 1 -
CMYK 0 0.92 0.99 0.4
HSL 4.34º 0.99% 0.3% -
HSV(B) 4.34º 0.99% 0.6% -
XYZ 13.27 7.04 0.69 -
YUV 52.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 153 12 1 0 0.92 0.99 0.4 4.34 0.99 0.3
Hex 99 C 1 0 5C 63 28 4 63 1E
Octal 231 14 1 0 134 143 50 4 143 36
Binary 10011001 1100 1 0 1011100 1100011 101000 100 1100011 11110

Color Harmonies of #990C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C01

Black with #990C01

Text Example


Text Example

White with #990C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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