Html Css Color HEX #940503 Dark Red

📋 copy color: '#940503'

red 148 ◦ green 5 ◦ blue 3

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

Shades of Dark Red #940503

Tints of Dark Red #940503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 94.87%
G = 3.21%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#940503 (or 0x940503) is known color: Dark Red. HEX triplet: 94, 05 and 03. RGB value is (148,5,3). Sum of RGB (Red+Green+Blue) = 148+5+3=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940503 is #6BFAFC. Grayscale: #2F2F2F. Windows color (decimal): -7076605 or 198036. OLE color: 198036.

HSL color Cylindrical-coordinate representation of color #940503: hue angle of 0.83º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940503 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 3 -
CMYK 0 0.97 0.98 0.42
HSL 0.83º 0.96% 0.3% -
HSV(B) 0.83º 0.98% 0.58% -
XYZ 12.28 6.41 0.68 -
YUV 47.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 148 5 3 0 0.97 0.98 0.42 0.83 0.96 0.3
Hex 94 5 3 0 61 62 2A 1 60 1E
Octal 224 5 3 0 141 142 52 1 140 36
Binary 10010100 101 11 0 1100001 1100010 101010 1 1100000 11110

Color Harmonies of #940503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940503

Black with #940503

Text Example


Text Example

White with #940503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940503; }

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

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

background-color css

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

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

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

border-color css

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

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

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