Html Css Color HEX #940400 Dark Red

📋 copy color: '#940400'

red 148 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #940400

Tints of Dark Red #940400

RGB

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

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

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

R = 97.37%
G = 2.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#940400 (or 0x940400) is known color: Dark Red. HEX triplet: 94, 04 and 00. RGB value is (148,4,0). Sum of RGB (Red+Green+Blue) = 148+4+0=152 (20% of max value = 765). Red value is 148 (58.20% from 255 or 97.37% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 148 - color contains mainly: red. Hex color #940400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940400 is #6BFBFF. Grayscale: #2E2E2E. Windows color (decimal): -7076864 or 1172. OLE color: 1172.

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

Color convert

RGB 148 4 0 -
CMYK 0 0.97 1 0.42
HSL 1.62º 1% 0.29% -
HSV(B) 1.62º 1% 0.58% -
XYZ 12.26 6.38 0.59 -
YUV 46.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 148 4 0 0 0.97 1 0.42 1.62 1 0.29
Hex 94 4 0 0 61 64 2A 2 64 1D
Octal 224 4 0 0 141 144 52 2 144 35
Binary 10010100 100 0 0 1100001 1100100 101010 10 1100100 11101

Color Harmonies of #940400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940400

Black with #940400

Text Example


Text Example

White with #940400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940400; }

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

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

background-color css

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

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

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

border-color css

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

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

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