Html Css Color HEX #940100 Dark Red

📋 copy color: '#940100'

red 148 ◦ green 1 ◦ blue 0

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

Shades of Dark Red #940100

Tints of Dark Red #940100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.33%
G = 0.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#940100 (or 0x940100) is known color: Dark Red. HEX triplet: 94, 01 and 00. RGB value is (148,1,0). Sum of RGB (Red+Green+Blue) = 148+1+0=149 (19% of max value = 765). Red value is 148 (58.20% from 255 or 99.33% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 148 - color contains mainly: red. Hex color #940100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940100 is #6BFEFF. Grayscale: #2C2C2C. Windows color (decimal): -7077632 or 404. OLE color: 404.

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

Color convert

RGB 148 1 0 -
CMYK 0 0.99 1 0.42
HSL 0.41º 1% 0.29% -
HSV(B) 0.41º 1% 0.58% -
XYZ 12.22 6.32 0.58 -
YUV 44.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 148 1 0 0 0.99 1 0.42 0.41 1 0.29
Hex 94 1 0 0 63 64 2A 0 64 1D
Octal 224 1 0 0 143 144 52 0 144 35
Binary 10010100 1 0 0 1100011 1100100 101010 0 1100100 11101

Color Harmonies of #940100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940100

Black with #940100

Text Example


Text Example

White with #940100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940100; }

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

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

background-color css

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

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

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

border-color css

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

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

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