#9D1A01

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

Shades of Dark Red #9D1A01

Tints of Dark Red #9D1A01

Color information

#9D1A01 (or 0x9D1A01) is unknown color: approx Dark Red. HEX triplet: 9D, 1A and 01. RGB value is (157,26,1). Sum of RGB (Red+Green+Blue) = 157+26+1=184 (24% of max value = 765). Red value is 157 (61.72% from 255 or 85.33% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A01 is #62E5FE. Grayscale: #3E3E3E. Windows color (decimal): -6481407 or 72349. OLE color: 72349.

HSL color Cylindrical-coordinate representation of color #9D1A01: hue angle of 9.62º degrees, saturation: 0.99, 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 #9D1A01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB157261-
CMYK00.830.990.38
HSL9.62º98.73%30.98%-
HSV(B)9.62º99.36%61.57%-
XYZ14.287.910.8-
YUV62.3293.4195.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 85.33%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=85.33%
G=14.13%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15726100.830.990.389.6298.7330.98
Hex9D1A10536326a631f
Octal2353210123143461214337
Binary100111011101010101001111000111001101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,26,1); }

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

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

 a { background-color: rgb(157,26,1); }

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

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

 span { border-color: rgb(157,26,1); }

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