Html Css Color HEX #930E04 Dark Red

📋 copy color: '#930E04'

red 147 ◦ green 14 ◦ blue 4

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

Shades of Dark Red #930E04

Tints of Dark Red #930E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 89.09%
G = 8.48%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#930E04 (or 0x930E04) is known color: Dark Red. HEX triplet: 93, 0E and 04. RGB value is (147,14,4). Sum of RGB (Red+Green+Blue) = 147+14+4=165 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.09% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 147 - color contains mainly: red. Hex color #930E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E04 is #6CF1FB. Grayscale: #343434. Windows color (decimal): -7139836 or 265875. OLE color: 265875.

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

Color convert

RGB 147 14 4 -
CMYK 0 0.90 0.97 0.42
HSL 4.2º 0.95% 0.3% -
HSV(B) 4.2º 0.97% 0.58% -
XYZ 12.21 6.53 0.73 -
YUV 52.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 147 14 4 0 0.90 0.97 0.42 4.2 0.95 0.3
Hex 93 E 4 0 5A 61 2A 4 5F 1E
Octal 223 16 4 0 132 141 52 4 137 36
Binary 10010011 1110 100 0 1011010 1100001 101010 100 1011111 11110

Color Harmonies of #930E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E04

Black with #930E04

Text Example


Text Example

White with #930E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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