Html Css Color HEX #940D06 Dark Red

📋 copy color: '#940D06'

red 148 ◦ green 13 ◦ blue 6

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

Shades of Dark Red #940D06

Tints of Dark Red #940D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.78%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 88.62%
G = 7.78%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#940D06 (or 0x940D06) is known color: Dark Red. HEX triplet: 94, 0D and 06. RGB value is (148,13,6). Sum of RGB (Red+Green+Blue) = 148+13+6=167 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.62% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 148 - color contains mainly: red. Hex color #940D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940D06 is #6BF2F9. Grayscale: #343434. Windows color (decimal): -7074554 or 396692. OLE color: 396692.

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

Color convert

RGB 148 13 6 -
CMYK 0 0.91 0.96 0.42
HSL 2.96º 0.92% 0.3% -
HSV(B) 2.96º 0.96% 0.58% -
XYZ 12.39 6.6 0.79 -
YUV 52.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 148 13 6 0 0.91 0.96 0.42 2.96 0.92 0.3
Hex 94 D 6 0 5B 60 2A 3 5C 1E
Octal 224 15 6 0 133 140 52 3 134 36
Binary 10010100 1101 110 0 1011011 1100000 101010 11 1011100 11110

Color Harmonies of #940D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D06

Black with #940D06

Text Example


Text Example

White with #940D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,6); }

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

background-color css

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

 a { background-color: rgb(148,13,6); }

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

border-color css

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

 span { border-color: rgb(148,13,6); }

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