Html Css Color HEX #940C05 Dark Red

📋 copy color: '#940C05'

red 148 ◦ green 12 ◦ blue 5

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

Shades of Dark Red #940C05

Tints of Dark Red #940C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 89.7%
G = 7.27%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#940C05 (or 0x940C05) is known color: Dark Red. HEX triplet: 94, 0C and 05. RGB value is (148,12,5). Sum of RGB (Red+Green+Blue) = 148+12+5=165 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.70% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 148 - color contains mainly: red. Hex color #940C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C05 is #6BF3FA. Grayscale: #343434. Windows color (decimal): -7074811 or 330900. OLE color: 330900.

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

Color convert

RGB 148 12 5 -
CMYK 0 0.92 0.97 0.42
HSL 2.94º 0.93% 0.3% -
HSV(B) 2.94º 0.97% 0.58% -
XYZ 12.37 6.57 0.76 -
YUV 51.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 148 12 5 0 0.92 0.97 0.42 2.94 0.93 0.3
Hex 94 C 5 0 5C 61 2A 3 5D 1E
Octal 224 14 5 0 134 141 52 3 135 36
Binary 10010100 1100 101 0 1011100 1100001 101010 11 1011101 11110

Color Harmonies of #940C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C05

Black with #940C05

Text Example


Text Example

White with #940C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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