Html Css Color HEX #930101 Dark Red

📋 copy color: '#930101'

red 147 ◦ green 1 ◦ blue 1

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

Shades of Dark Red #930101

Tints of Dark Red #930101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 98.66%
G = 0.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#930101 (or 0x930101) is known color: Dark Red. HEX triplet: 93, 01 and 01. RGB value is (147,1,1). Sum of RGB (Red+Green+Blue) = 147+1+1=149 (19% of max value = 765). Red value is 147 (57.81% from 255 or 98.66% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 147 - color contains mainly: red. Hex color #930101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930101 is #6CFEFE. Grayscale: #2C2C2C. Windows color (decimal): -7143167 or 65939. OLE color: 65939.

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

Color convert

RGB 147 1 1 -
CMYK 0 0.99 0.99 0.42
HSL 0.99% 0.29% -
HSV(B) 0.99% 0.58% -
XYZ 12.05 6.23 0.6 -
YUV 44.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 147 1 1 0 0.99 0.99 0.42 0 0.99 0.29
Hex 93 1 1 0 63 63 2A 0 63 1D
Octal 223 1 1 0 143 143 52 0 143 35
Binary 10010011 1 1 0 1100011 1100011 101010 0 1100011 11101

Color Harmonies of #930101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930101

Black with #930101

Text Example


Text Example

White with #930101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930101; }

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

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

background-color css

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

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

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

border-color css

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

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

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