Html Css Color HEX #930301 Dark Red

📋 copy color: '#930301'

red 147 ◦ green 3 ◦ blue 1

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

Shades of Dark Red #930301

Tints of Dark Red #930301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 97.35%
G = 1.99%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#930301 (or 0x930301) is known color: Dark Red. HEX triplet: 93, 03 and 01. RGB value is (147,3,1). Sum of RGB (Red+Green+Blue) = 147+3+1=151 (20% of max value = 765). Red value is 147 (57.81% from 255 or 97.35% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 147 - color contains mainly: red. Hex color #930301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930301 is #6CFCFE. Grayscale: #2D2D2D. Windows color (decimal): -7142655 or 66451. OLE color: 66451.

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

Color convert

RGB 147 3 1 -
CMYK 0 0.98 0.99 0.42
HSL 0.82º 0.99% 0.29% -
HSV(B) 0.82º 0.99% 0.58% -
XYZ 12.07 6.27 0.6 -
YUV 45.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 147 3 1 0 0.98 0.99 0.42 0.82 0.99 0.29
Hex 93 3 1 0 62 63 2A 1 63 1D
Octal 223 3 1 0 142 143 52 1 143 35
Binary 10010011 11 1 0 1100010 1100011 101010 1 1100011 11101

Color Harmonies of #930301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930301

Black with #930301

Text Example


Text Example

White with #930301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930301; }

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

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

background-color css

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

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

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

border-color css

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

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

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