Html Css Color HEX #990403 Dark Red

📋 copy color: '#990403'

red 153 ◦ green 4 ◦ blue 3

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

Shades of Dark Red #990403

Tints of Dark Red #990403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 95.63%
G = 2.5%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#990403 (or 0x990403) is known color: Dark Red. HEX triplet: 99, 04 and 03. RGB value is (153,4,3). Sum of RGB (Red+Green+Blue) = 153+4+3=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990403 is #66FBFC. Grayscale: #303030. Windows color (decimal): -6749181 or 197785. OLE color: 197785.

HSL color Cylindrical-coordinate representation of color #990403: hue angle of 0.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990403 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 3 -
CMYK 0 0.97 0.98 0.4
HSL 0.4º 0.96% 0.31% -
HSV(B) 0.4º 0.98% 0.6% -
XYZ 13.2 6.87 0.72 -
YUV 48.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 153 4 3 0 0.97 0.98 0.4 0.4 0.96 0.31
Hex 99 4 3 0 61 62 28 0 60 1F
Octal 231 4 3 0 141 142 50 0 140 37
Binary 10011001 100 11 0 1100001 1100010 101000 0 1100000 11111

Color Harmonies of #990403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990403

Black with #990403

Text Example


Text Example

White with #990403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990403; }

 p { color: rgb(153,4,3); }

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

background-color css

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

 a { background-color: rgb(153,4,3); }

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

border-color css

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

 span { border-color: rgb(153,4,3); }

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