#980E03

Color #980E03 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #980E03

Tints of Dark Red #980E03

Color information

#980E03 (or 0x980E03) is unknown color: approx Dark Red. HEX triplet: 98, 0E and 03. RGB value is (152,14,3). Sum of RGB (Red+Green+Blue) = 152+14+3=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980E03 is #67F1FC. Grayscale: #363636. Windows color (decimal): -6812157 or 200344. OLE color: 200344.

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

Color convert

RGB152143-
CMYK00.910.980.40
HSL4.43º96.13%30.39%-
HSV(B)4.43º98.03%59.61%-
XYZ13.1270.74-
YUV54.0199.22197.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 89.94%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=89.94%
G=8.28%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214300.910.980.404.4396.1330.39
Hex98E305B62284601e
Octal230163013314250414036
Binary10011000111011010110111100010101000100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E03; }

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

 H1.HeaderClassName
 {
   color: #980E03;
 }
 .AnyTagClassName
 {
   color: #980E03;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #980E03;
 }
 .BgClassName
 {
   background-color: #980E03;
 }
</style>
border-color css

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

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

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