Html Css Color HEX #9A0E09 Dark Red

📋 copy color: '#9A0E09'

red 154 ◦ green 14 ◦ blue 9

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

Shades of Dark Red #9A0E09

Tints of Dark Red #9A0E09

RGB

 RED value IS 154 (60.55% from 255) = 87.01%

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 87.01%
G = 7.91%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A0E09 (or 0x9A0E09) is known color: Dark Red. HEX triplet: 9A, 0E and 09. RGB value is (154,14,9). Sum of RGB (Red+Green+Blue) = 154+14+9=177 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.01% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0E09 is #65F1F6. Grayscale: #373737. Windows color (decimal): -6681079 or 593562. OLE color: 593562.

HSL color Cylindrical-coordinate representation of color #9A0E09: hue angle of 2.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0E09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 9 -
CMYK 0 0.91 0.94 0.40
HSL 2.07º 0.89% 0.32% -
HSV(B) 2.07º 0.94% 0.6% -
XYZ 13.53 7.2 0.94 -
YUV 55.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 154 14 9 0 0.91 0.94 0.40 2.07 0.89 0.32
Hex 9A E 9 0 5B 5E 28 2 59 20
Octal 232 16 11 0 133 136 50 2 131 40
Binary 10011010 1110 1001 0 1011011 1011110 101000 10 1011001 100000

Color Harmonies of #9A0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E09

Black with #9A0E09

Text Example


Text Example

White with #9A0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,9); }

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

background-color css

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

 a { background-color: rgb(154,14,9); }

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

border-color css

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

 span { border-color: rgb(154,14,9); }

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