Html Css Color HEX #940500 Dark Red

📋 copy color: '#940500'

red 148 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #940500

Tints of Dark Red #940500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 96.73%
G = 3.27%
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

#940500 (or 0x940500) is known color: Dark Red. HEX triplet: 94, 05 and 00. RGB value is (148,5,0). Sum of RGB (Red+Green+Blue) = 148+5+0=153 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.73% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 148 - color contains mainly: red. Hex color #940500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940500 is #6BFAFF. Grayscale: #2F2F2F. Windows color (decimal): -7076608 or 1428. OLE color: 1428.

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

Color convert

RGB 148 5 0 -
CMYK 0 0.97 1 0.42
HSL 2.03º 1% 0.29% -
HSV(B) 2.03º 1% 0.58% -
XYZ 12.27 6.4 0.59 -
YUV 47.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 148 5 0 0 0.97 1 0.42 2.03 1 0.29
Hex 94 5 0 0 61 64 2A 2 64 1D
Octal 224 5 0 0 141 144 52 2 144 35
Binary 10010100 101 0 0 1100001 1100100 101010 10 1100100 11101

Color Harmonies of #940500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940500

Black with #940500

Text Example


Text Example

White with #940500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940500; }

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

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

background-color css

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

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

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

border-color css

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

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

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