Html Css Color HEX #940F06 Dark Red

📋 copy color: '#940F06'

red 148 ◦ green 15 ◦ blue 6

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

Shades of Dark Red #940F06

Tints of Dark Red #940F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.88%

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

R = 87.57%
G = 8.88%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#940F06 (or 0x940F06) is known color: Dark Red. HEX triplet: 94, 0F and 06. RGB value is (148,15,6). Sum of RGB (Red+Green+Blue) = 148+15+6=169 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.57% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 148 - color contains mainly: red. Hex color #940F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940F06 is #6BF0F9. Grayscale: #353535. Windows color (decimal): -7074042 or 397204. OLE color: 397204.

HSL color Cylindrical-coordinate representation of color #940F06: hue angle of 3.8º 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 #940F06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 6 -
CMYK 0 0.90 0.96 0.42
HSL 3.8º 0.92% 0.3% -
HSV(B) 3.8º 0.96% 0.58% -
XYZ 12.42 6.65 0.8 -
YUV 53.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 148 15 6 0 0.90 0.96 0.42 3.8 0.92 0.3
Hex 94 F 6 0 5A 60 2A 4 5C 1E
Octal 224 17 6 0 132 140 52 4 134 36
Binary 10010100 1111 110 0 1011010 1100000 101010 100 1011100 11110

Color Harmonies of #940F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F06

Black with #940F06

Text Example


Text Example

White with #940F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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