Html Css Color HEX #981103 Dark Red

📋 copy color: '#981103'

red 152 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #981103

Tints of Dark Red #981103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 88.37%
G = 9.88%
B = 1.74%

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

#981103 (or 0x981103) is known color: Dark Red. HEX triplet: 98, 11 and 03. RGB value is (152,17,3). Sum of RGB (Red+Green+Blue) = 152+17+3=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #981103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981103 is #67EEFC. Grayscale: #373737. Windows color (decimal): -6811389 or 201112. OLE color: 201112.

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

Color convert

RGB 152 17 3 -
CMYK 0 0.89 0.98 0.40
HSL 5.64º 0.96% 0.3% -
HSV(B) 5.64º 0.98% 0.6% -
XYZ 13.17 7.08 0.76 -
YUV 55.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 152 17 3 0 0.89 0.98 0.40 5.64 0.96 0.3
Hex 98 11 3 0 59 62 28 6 60 1E
Octal 230 21 3 0 131 142 50 6 140 36
Binary 10011000 10001 11 0 1011001 1100010 101000 110 1100000 11110

Color Harmonies of #981103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981103

Black with #981103

Text Example


Text Example

White with #981103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981103; }

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

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

background-color css

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

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

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

border-color css

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

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

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