Html Css Color HEX #930D09 Dark Red

📋 copy color: '#930D09'

red 147 ◦ green 13 ◦ blue 9

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

Shades of Dark Red #930D09

Tints of Dark Red #930D09

RGB

 RED value IS 147 (57.81% from 255) = 86.98%

 GREEN value IS 13 (5.47% from 255) = 7.69%

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

R = 86.98%
G = 7.69%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#930D09 (or 0x930D09) is known color: Dark Red. HEX triplet: 93, 0D and 09. RGB value is (147,13,9). Sum of RGB (Red+Green+Blue) = 147+13+9=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #930D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930D09 is #6CF2F6. Grayscale: #343434. Windows color (decimal): -7140087 or 593299. OLE color: 593299.

HSL color Cylindrical-coordinate representation of color #930D09: hue angle of 1.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930D09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 13 9 -
CMYK 0 0.91 0.94 0.42
HSL 1.74º 0.88% 0.31% -
HSV(B) 1.74º 0.94% 0.58% -
XYZ 12.23 6.51 0.87 -
YUV 52.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 147 13 9 0 0.91 0.94 0.42 1.74 0.88 0.31
Hex 93 D 9 0 5B 5E 2A 2 58 1F
Octal 223 15 11 0 133 136 52 2 130 37
Binary 10010011 1101 1001 0 1011011 1011110 101010 10 1011000 11111

Color Harmonies of #930D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930D09

Black with #930D09

Text Example


Text Example

White with #930D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930D09; }

 p { color: rgb(147,13,9); }

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

background-color css

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

 a { background-color: rgb(147,13,9); }

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

border-color css

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

 span { border-color: rgb(147,13,9); }

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