Html Css Color HEX #981901 Dark Red

📋 copy color: '#981901'

red 152 ◦ green 25 ◦ blue 1

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

Shades of Dark Red #981901

Tints of Dark Red #981901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 85.39%
G = 14.04%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#981901 (or 0x981901) is known color: Dark Red. HEX triplet: 98, 19 and 01. RGB value is (152,25,1). Sum of RGB (Red+Green+Blue) = 152+25+1=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #981901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981901 is #67E6FE. Grayscale: #3C3C3C. Windows color (decimal): -6809343 or 72088. OLE color: 72088.

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

Color convert

RGB 152 25 1 -
CMYK 0 0.84 0.99 0.40
HSL 9.54º 0.99% 0.3% -
HSV(B) 9.54º 0.99% 0.6% -
XYZ 13.3 7.37 0.75 -
YUV 60.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 152 25 1 0 0.84 0.99 0.40 9.54 0.99 0.3
Hex 98 19 1 0 54 63 28 A 63 1E
Octal 230 31 1 0 124 143 50 12 143 36
Binary 10011000 11001 1 0 1010100 1100011 101000 1010 1100011 11110

Color Harmonies of #981901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981901

Black with #981901

Text Example


Text Example

White with #981901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981901; }

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

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

background-color css

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

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

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

border-color css

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

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

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