Html Css Color HEX #930F04 Dark Red

📋 copy color: '#930F04'

red 147 ◦ green 15 ◦ blue 4

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

Shades of Dark Red #930F04

Tints of Dark Red #930F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

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

R = 88.55%
G = 9.04%
B = 2.41%

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

#930F04 (or 0x930F04) is known color: Dark Red. HEX triplet: 93, 0F and 04. RGB value is (147,15,4). Sum of RGB (Red+Green+Blue) = 147+15+4=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #930F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930F04 is #6CF0FB. Grayscale: #353535. Windows color (decimal): -7139580 or 266131. OLE color: 266131.

HSL color Cylindrical-coordinate representation of color #930F04: hue angle of 4.62º 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 #930F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 15 4 -
CMYK 0 0.90 0.97 0.42
HSL 4.62º 0.95% 0.3% -
HSV(B) 4.62º 0.97% 0.58% -
XYZ 12.23 6.55 0.74 -
YUV 53.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 147 15 4 0 0.90 0.97 0.42 4.62 0.95 0.3
Hex 93 F 4 0 5A 61 2A 5 5F 1E
Octal 223 17 4 0 132 141 52 5 137 36
Binary 10010011 1111 100 0 1011010 1100001 101010 101 1011111 11110

Color Harmonies of #930F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F04

Black with #930F04

Text Example


Text Example

White with #930F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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