Html Css Color HEX #930D06 Dark Red

📋 copy color: '#930D06'

red 147 ◦ green 13 ◦ blue 6

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

Shades of Dark Red #930D06

Tints of Dark Red #930D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 88.55%
G = 7.83%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#930D06 (or 0x930D06) is known color: Dark Red. HEX triplet: 93, 0D and 06. RGB value is (147,13,6). Sum of RGB (Red+Green+Blue) = 147+13+6=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #930D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930D06 is #6CF2F9. Grayscale: #343434. Windows color (decimal): -7140090 or 396691. OLE color: 396691.

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

Color convert

RGB 147 13 6 -
CMYK 0 0.91 0.96 0.42
HSL 2.98º 0.92% 0.3% -
HSV(B) 2.98º 0.96% 0.58% -
XYZ 12.21 6.5 0.78 -
YUV 52.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 147 13 6 0 0.91 0.96 0.42 2.98 0.92 0.3
Hex 93 D 6 0 5B 60 2A 3 5C 1E
Octal 223 15 6 0 133 140 52 3 134 36
Binary 10010011 1101 110 0 1011011 1100000 101010 11 1011100 11110

Color Harmonies of #930D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930D06

Black with #930D06

Text Example


Text Example

White with #930D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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