Html Css Color HEX #940401 Dark Red

📋 copy color: '#940401'

red 148 ◦ green 4 ◦ blue 1

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

Shades of Dark Red #940401

Tints of Dark Red #940401

RGB

 RED value IS 148 (58.2% from 255) = 96.73%

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 96.73%
G = 2.61%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940401 (or 0x940401) is known color: Dark Red. HEX triplet: 94, 04 and 01. RGB value is (148,4,1). Sum of RGB (Red+Green+Blue) = 148+4+1=153 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.73% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 148 - color contains mainly: red. Hex color #940401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940401 is #6BFBFE. Grayscale: #2E2E2E. Windows color (decimal): -7076863 or 66708. OLE color: 66708.

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

Color convert

RGB 148 4 1 -
CMYK 0 0.97 0.99 0.42
HSL 1.22º 0.99% 0.29% -
HSV(B) 1.22º 0.99% 0.58% -
XYZ 12.26 6.38 0.61 -
YUV 46.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 148 4 1 0 0.97 0.99 0.42 1.22 0.99 0.29
Hex 94 4 1 0 61 63 2A 1 63 1D
Octal 224 4 1 0 141 143 52 1 143 35
Binary 10010100 100 1 0 1100001 1100011 101010 1 1100011 11101

Color Harmonies of #940401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940401

Black with #940401

Text Example


Text Example

White with #940401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940401; }

 p { color: rgb(148,4,1); }

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

background-color css

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

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

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

border-color css

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

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

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