Html Css Color HEX #991502 Dark Red

📋 copy color: '#991502'

red 153 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #991502

Tints of Dark Red #991502

RGB

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

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

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

R = 86.93%
G = 11.93%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#991502 (or 0x991502) is known color: Dark Red. HEX triplet: 99, 15 and 02. RGB value is (153,21,2). Sum of RGB (Red+Green+Blue) = 153+21+2=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #991502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991502 is #66EAFD. Grayscale: #3A3A3A. Windows color (decimal): -6744830 or 136601. OLE color: 136601.

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

Color convert

RGB 153 21 2 -
CMYK 0 0.86 0.99 0.4
HSL 7.55º 0.97% 0.3% -
HSV(B) 7.55º 0.99% 0.6% -
XYZ 13.42 7.31 0.76 -
YUV 58.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 153 21 2 0 0.86 0.99 0.4 7.55 0.97 0.3
Hex 99 15 2 0 56 63 28 8 61 1E
Octal 231 25 2 0 126 143 50 10 141 36
Binary 10011001 10101 10 0 1010110 1100011 101000 1000 1100001 11110

Color Harmonies of #991502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991502

Black with #991502

Text Example


Text Example

White with #991502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991502; }

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

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

background-color css

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

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

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

border-color css

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

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

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