#9D1E02

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

Shades of Dark Red #9D1E02

Tints of Dark Red #9D1E02

Color information

#9D1E02 (or 0x9D1E02) is unknown color: approx Dark Red. HEX triplet: 9D, 1E and 02. RGB value is (157,30,2). Sum of RGB (Red+Green+Blue) = 157+30+2=189 (25% of max value = 765). Red value is 157 (61.72% from 255 or 83.07% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1E02 is #62E1FD. Grayscale: #414141. Windows color (decimal): -6480382 or 138909. OLE color: 138909.

HSL color Cylindrical-coordinate representation of color #9D1E02: hue angle of 10.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D1E02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB157302-
CMYK00.810.990.38
HSL10.84º97.48%31.18%-
HSV(B)10.84º98.73%61.57%-
XYZ14.388.10.86-
YUV64.7892.58193.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 83.07%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=83.07%
G=15.87%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15730200.810.990.3810.8497.4831.18
Hex9D1E20516326b611f
Octal2353620121143461314137
Binary1001110111110100101000111000111001101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D1E02; }

 p { color: rgb(157,30,2); }

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

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

 a { background-color: rgb(157,30,2); }

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

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

 span { border-color: rgb(157,30,2); }

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