Html Css Color HEX #930E00 Dark Red

📋 copy color: '#930E00'

red 147 ◦ green 14 ◦ blue 0

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

Shades of Dark Red #930E00

Tints of Dark Red #930E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.3%
G = 8.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#930E00 (or 0x930E00) is known color: Dark Red. HEX triplet: 93, 0E and 00. RGB value is (147,14,0). Sum of RGB (Red+Green+Blue) = 147+14+0=161 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.30% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 147 - color contains mainly: red. Hex color #930E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E00 is #6CF1FF. Grayscale: #343434. Windows color (decimal): -7139840 or 3731. OLE color: 3731.

HSL color Cylindrical-coordinate representation of color #930E00: hue angle of 5.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930E00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 14 0 -
CMYK 0 0.90 1 0.42
HSL 5.71º 1% 0.29% -
HSV(B) 5.71º 1% 0.58% -
XYZ 12.19 6.52 0.62 -
YUV 52.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 147 14 0 0 0.90 1 0.42 5.71 1 0.29
Hex 93 E 0 0 5A 64 2A 6 64 1D
Octal 223 16 0 0 132 144 52 6 144 35
Binary 10010011 1110 0 0 1011010 1100100 101010 110 1100100 11101

Color Harmonies of #930E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E00

Black with #930E00

Text Example


Text Example

White with #930E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,14,0); }

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

background-color css

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

 a { background-color: rgb(147,14,0); }

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

border-color css

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

 span { border-color: rgb(147,14,0); }

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