Html Css Color HEX #980403 Dark Red

📋 copy color: '#980403'

red 152 ◦ green 4 ◦ blue 3

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

Shades of Dark Red #980403

Tints of Dark Red #980403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 95.6%
G = 2.52%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980403 (or 0x980403) is known color: Dark Red. HEX triplet: 98, 04 and 03. RGB value is (152,4,3). Sum of RGB (Red+Green+Blue) = 152+4+3=159 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95.60% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 152 - color contains mainly: red. Hex color #980403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980403 is #67FBFC. Grayscale: #303030. Windows color (decimal): -6814717 or 197784. OLE color: 197784.

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

Color convert

RGB 152 4 3 -
CMYK 0 0.97 0.98 0.40
HSL 0.4º 0.96% 0.3% -
HSV(B) 0.4º 0.98% 0.6% -
XYZ 13.01 6.77 0.71 -
YUV 48.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 152 4 3 0 0.97 0.98 0.40 0.4 0.96 0.3
Hex 98 4 3 0 61 62 28 0 60 1E
Octal 230 4 3 0 141 142 50 0 140 36
Binary 10011000 100 11 0 1100001 1100010 101000 0 1100000 11110

Color Harmonies of #980403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980403

Black with #980403

Text Example


Text Example

White with #980403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980403; }

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

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

background-color css

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

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

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

border-color css

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

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

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