Html Css Color HEX #991503 Dark Red

📋 copy color: '#991503'

red 153 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #991503

Tints of Dark Red #991503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 86.44%
G = 11.86%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#991503 (or 0x991503) is known color: Dark Red. HEX triplet: 99, 15 and 03. RGB value is (153,21,3). Sum of RGB (Red+Green+Blue) = 153+21+3=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #991503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991503 is #66EAFC. Grayscale: #3A3A3A. Windows color (decimal): -6744829 or 202137. OLE color: 202137.

HSL color Cylindrical-coordinate representation of color #991503: hue angle of 7.2º 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 #991503 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 3 -
CMYK 0 0.86 0.98 0.4
HSL 7.2º 0.96% 0.31% -
HSV(B) 7.2º 0.98% 0.6% -
XYZ 13.42 7.32 0.79 -
YUV 58.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 153 21 3 0 0.86 0.98 0.4 7.2 0.96 0.31
Hex 99 15 3 0 56 62 28 7 60 1F
Octal 231 25 3 0 126 142 50 7 140 37
Binary 10011001 10101 11 0 1010110 1100010 101000 111 1100000 11111

Color Harmonies of #991503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991503

Black with #991503

Text Example


Text Example

White with #991503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991503; }

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

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

background-color css

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

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

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

border-color css

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

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

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