Html Css Color HEX #980300 Dark Red

📋 copy color: '#980300'

red 152 ◦ green 3 ◦ blue 0

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

Shades of Dark Red #980300

Tints of Dark Red #980300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.06%
G = 1.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#980300 (or 0x980300) is known color: Dark Red. HEX triplet: 98, 03 and 00. RGB value is (152,3,0). Sum of RGB (Red+Green+Blue) = 152+3+0=155 (20% of max value = 765). Red value is 152 (59.77% from 255 or 98.06% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 152 - color contains mainly: red. Hex color #980300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980300 is #67FCFF. Grayscale: #2F2F2F. Windows color (decimal): -6814976 or 920. OLE color: 920.

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

Color convert

RGB 152 3 0 -
CMYK 0 0.98 1 0.40
HSL 1.18º 1% 0.3% -
HSV(B) 1.18º 1% 0.6% -
XYZ 12.98 6.74 0.62 -
YUV 47.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 152 3 0 0 0.98 1 0.40 1.18 1 0.3
Hex 98 3 0 0 62 64 28 1 64 1E
Octal 230 3 0 0 142 144 50 1 144 36
Binary 10011000 11 0 0 1100010 1100100 101000 1 1100100 11110

Color Harmonies of #980300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980300

Black with #980300

Text Example


Text Example

White with #980300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980300; }

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

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

background-color css

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

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

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

border-color css

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

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

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