Html Css Color HEX #990D02 Dark Red

📋 copy color: '#990D02'

red 153 ◦ green 13 ◦ blue 2

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

Shades of Dark Red #990D02

Tints of Dark Red #990D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 91.07%
G = 7.74%
B = 1.19%

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

#990D02 (or 0x990D02) is known color: Dark Red. HEX triplet: 99, 0D and 02. RGB value is (153,13,2). Sum of RGB (Red+Green+Blue) = 153+13+2=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #990D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990D02 is #66F2FD. Grayscale: #353535. Windows color (decimal): -6746878 or 134553. OLE color: 134553.

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

Color convert

RGB 153 13 2 -
CMYK 0 0.92 0.99 0.4
HSL 4.37º 0.97% 0.3% -
HSV(B) 4.37º 0.99% 0.6% -
XYZ 13.29 7.06 0.72 -
YUV 53.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 153 13 2 0 0.92 0.99 0.4 4.37 0.97 0.3
Hex 99 D 2 0 5C 63 28 4 61 1E
Octal 231 15 2 0 134 143 50 4 141 36
Binary 10011001 1101 10 0 1011100 1100011 101000 100 1100001 11110

Color Harmonies of #990D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D02

Black with #990D02

Text Example


Text Example

White with #990D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,13,2); }

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

background-color css

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

 a { background-color: rgb(153,13,2); }

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

border-color css

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

 span { border-color: rgb(153,13,2); }

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