Html Css Color HEX #940601 Dark Red

📋 copy color: '#940601'

red 148 ◦ green 6 ◦ blue 1

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

Shades of Dark Red #940601

Tints of Dark Red #940601

RGB

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

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

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

R = 95.48%
G = 3.87%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#940601 (or 0x940601) is known color: Dark Red. HEX triplet: 94, 06 and 01. RGB value is (148,6,1). Sum of RGB (Red+Green+Blue) = 148+6+1=155 (20% of max value = 765). Red value is 148 (58.20% from 255 or 95.48% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 148 - color contains mainly: red. Hex color #940601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940601 is #6BF9FE. Grayscale: #303030. Windows color (decimal): -7076351 or 67220. OLE color: 67220.

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

Color convert

RGB 148 6 1 -
CMYK 0 0.96 0.99 0.42
HSL 2.04º 0.99% 0.29% -
HSV(B) 2.04º 0.99% 0.58% -
XYZ 12.28 6.43 0.62 -
YUV 47.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 148 6 1 0 0.96 0.99 0.42 2.04 0.99 0.29
Hex 94 6 1 0 60 63 2A 2 63 1D
Octal 224 6 1 0 140 143 52 2 143 35
Binary 10010100 110 1 0 1100000 1100011 101010 10 1100011 11101

Color Harmonies of #940601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940601

Black with #940601

Text Example


Text Example

White with #940601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940601; }

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

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

background-color css

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

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

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

border-color css

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

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

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