Html Css Color HEX #981503 Dark Red

📋 copy color: '#981503'

red 152 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #981503

Tints of Dark Red #981503

RGB

 RED value IS 152 (59.77% from 255) = 86.36%

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

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

R = 86.36%
G = 11.93%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#981503 (or 0x981503) is known color: Dark Red. HEX triplet: 98, 15 and 03. RGB value is (152,21,3). Sum of RGB (Red+Green+Blue) = 152+21+3=176 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.36% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 152 - color contains mainly: red. Hex color #981503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981503 is #67EAFC. Grayscale: #3A3A3A. Windows color (decimal): -6810365 or 202136. OLE color: 202136.

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

Color convert

RGB 152 21 3 -
CMYK 0 0.86 0.98 0.40
HSL 7.25º 0.96% 0.3% -
HSV(B) 7.25º 0.98% 0.6% -
XYZ 13.23 7.22 0.78 -
YUV 58.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 152 21 3 0 0.86 0.98 0.40 7.25 0.96 0.3
Hex 98 15 3 0 56 62 28 7 60 1E
Octal 230 25 3 0 126 142 50 7 140 36
Binary 10011000 10101 11 0 1010110 1100010 101000 111 1100000 11110

Color Harmonies of #981503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981503

Black with #981503

Text Example


Text Example

White with #981503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981503; }

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

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

background-color css

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

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

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

border-color css

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

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

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