Html Css Color HEX #981003 Dark Red

📋 copy color: '#981003'

red 152 ◦ green 16 ◦ blue 3

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

Shades of Dark Red #981003

Tints of Dark Red #981003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 88.89%
G = 9.36%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#981003 (or 0x981003) is known color: Dark Red. HEX triplet: 98, 10 and 03. RGB value is (152,16,3). Sum of RGB (Red+Green+Blue) = 152+16+3=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #981003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981003 is #67EFFC. Grayscale: #373737. Windows color (decimal): -6811645 or 200856. OLE color: 200856.

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

Color convert

RGB 152 16 3 -
CMYK 0 0.89 0.98 0.40
HSL 5.23º 0.96% 0.3% -
HSV(B) 5.23º 0.98% 0.6% -
XYZ 13.15 7.05 0.75 -
YUV 55.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 152 16 3 0 0.89 0.98 0.40 5.23 0.96 0.3
Hex 98 10 3 0 59 62 28 5 60 1E
Octal 230 20 3 0 131 142 50 5 140 36
Binary 10011000 10000 11 0 1011001 1100010 101000 101 1100000 11110

Color Harmonies of #981003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981003

Black with #981003

Text Example


Text Example

White with #981003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981003; }

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

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

background-color css

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

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

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

border-color css

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

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

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