Html Css Color HEX #940101 Dark Red

📋 copy color: '#940101'

red 148 ◦ green 1 ◦ blue 1

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

Shades of Dark Red #940101

Tints of Dark Red #940101

RGB

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

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

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

R = 98.67%
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

#940101 (or 0x940101) is known color: Dark Red. HEX triplet: 94, 01 and 01. RGB value is (148,1,1). Sum of RGB (Red+Green+Blue) = 148+1+1=150 (19% of max value = 765). Red value is 148 (58.20% from 255 or 98.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 148 - color contains mainly: red. Hex color #940101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940101 is #6BFEFE. Grayscale: #2D2D2D. Windows color (decimal): -7077631 or 65940. OLE color: 65940.

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

Color convert

RGB 148 1 1 -
CMYK 0 0.99 0.99 0.42
HSL 0.99% 0.29% -
HSV(B) 0.99% 0.58% -
XYZ 12.23 6.32 0.6 -
YUV 44.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 148 1 1 0 0.99 0.99 0.42 0 0.99 0.29
Hex 94 1 1 0 63 63 2A 0 63 1D
Octal 224 1 1 0 143 143 52 0 143 35
Binary 10010100 1 1 0 1100011 1100011 101010 0 1100011 11101

Color Harmonies of #940101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940101

Black with #940101

Text Example


Text Example

White with #940101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940101; }

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

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

background-color css

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

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

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

border-color css

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

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

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