Html Css Color HEX #980201 Dark Red

📋 copy color: '#980201'

red 152 ◦ green 2 ◦ blue 1

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

Shades of Dark Red #980201

Tints of Dark Red #980201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 98.06%
G = 1.29%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#980201 (or 0x980201) is known color: Dark Red. HEX triplet: 98, 02 and 01. RGB value is (152,2,1). Sum of RGB (Red+Green+Blue) = 152+2+1=155 (20% of max value = 765). Red value is 152 (59.77% from 255 or 98.06% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 152 - color contains mainly: red. Hex color #980201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980201 is #67FDFE. Grayscale: #2E2E2E. Windows color (decimal): -6815231 or 66200. OLE color: 66200.

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

Color convert

RGB 152 2 1 -
CMYK 0 0.99 0.99 0.40
HSL 0.4º 0.99% 0.3% -
HSV(B) 0.4º 0.99% 0.6% -
XYZ 12.98 6.72 0.64 -
YUV 46.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 152 2 1 0 0.99 0.99 0.40 0.4 0.99 0.3
Hex 98 2 1 0 63 63 28 0 63 1E
Octal 230 2 1 0 143 143 50 0 143 36
Binary 10011000 10 1 0 1100011 1100011 101000 0 1100011 11110

Color Harmonies of #980201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980201

Black with #980201

Text Example


Text Example

White with #980201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980201; }

 p { color: rgb(152,2,1); }

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

background-color css

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

 a { background-color: rgb(152,2,1); }

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

border-color css

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

 span { border-color: rgb(152,2,1); }

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