Html Css Color HEX #930603 Dark Red

📋 copy color: '#930603'

red 147 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #930603

Tints of Dark Red #930603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 94.23%
G = 3.85%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#930603 (or 0x930603) is known color: Dark Red. HEX triplet: 93, 06 and 03. RGB value is (147,6,3). Sum of RGB (Red+Green+Blue) = 147+6+3=156 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.23% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 147 - color contains mainly: red. Hex color #930603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930603 is #6CF9FC. Grayscale: #2F2F2F. Windows color (decimal): -7141885 or 198291. OLE color: 198291.

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

Color convert

RGB 147 6 3 -
CMYK 0 0.96 0.98 0.42
HSL 1.25º 0.96% 0.29% -
HSV(B) 1.25º 0.98% 0.58% -
XYZ 12.11 6.34 0.67 -
YUV 47.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 147 6 3 0 0.96 0.98 0.42 1.25 0.96 0.29
Hex 93 6 3 0 60 62 2A 1 60 1D
Octal 223 6 3 0 140 142 52 1 140 35
Binary 10010011 110 11 0 1100000 1100010 101010 1 1100000 11101

Color Harmonies of #930603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930603

Black with #930603

Text Example


Text Example

White with #930603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930603; }

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

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

background-color css

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

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

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

border-color css

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

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

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