Html Css Color HEX #950E06 Dark Red

📋 copy color: '#950E06'

red 149 ◦ green 14 ◦ blue 6

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

Shades of Dark Red #950E06

Tints of Dark Red #950E06

RGB

 RED value IS 149 (58.59% from 255) = 88.17%

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 88.17%
G = 8.28%
B = 3.55%

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

#950E06 (or 0x950E06) is known color: Dark Red. HEX triplet: 95, 0E and 06. RGB value is (149,14,6). Sum of RGB (Red+Green+Blue) = 149+14+6=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #950E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E06 is #6AF1F9. Grayscale: #353535. Windows color (decimal): -7008762 or 396949. OLE color: 396949.

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

Color convert

RGB 149 14 6 -
CMYK 0 0.91 0.96 0.42
HSL 3.36º 0.92% 0.3% -
HSV(B) 3.36º 0.96% 0.58% -
XYZ 12.58 6.72 0.81 -
YUV 53.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 149 14 6 0 0.91 0.96 0.42 3.36 0.92 0.3
Hex 95 E 6 0 5B 60 2A 3 5C 1E
Octal 225 16 6 0 133 140 52 3 134 36
Binary 10010101 1110 110 0 1011011 1100000 101010 11 1011100 11110

Color Harmonies of #950E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E06

Black with #950E06

Text Example


Text Example

White with #950E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E06; }

 p { color: rgb(149,14,6); }

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

background-color css

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

 a { background-color: rgb(149,14,6); }

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

border-color css

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

 span { border-color: rgb(149,14,6); }

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