Html Css Color HEX #95110C Dark Red

📋 copy color: '#95110C'

red 149 ◦ green 17 ◦ blue 12

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

Shades of Dark Red #95110C

Tints of Dark Red #95110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 83.71%
G = 9.55%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95110C (or 0x95110C) is known color: Dark Red. HEX triplet: 95, 11 and 0C. RGB value is (149,17,12). Sum of RGB (Red+Green+Blue) = 149+17+12=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #95110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95110C is #6AEEF3. Grayscale: #383838. Windows color (decimal): -7007988 or 790933. OLE color: 790933.

HSL color Cylindrical-coordinate representation of color #95110C: hue angle of 2.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95110C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 12 -
CMYK 0 0.89 0.92 0.42
HSL 2.19º 0.85% 0.32% -
HSV(B) 2.19º 0.92% 0.58% -
XYZ 12.66 6.82 1 -
YUV 55.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 149 17 12 0 0.89 0.92 0.42 2.19 0.85 0.32
Hex 95 11 C 0 59 5C 2A 2 55 20
Octal 225 21 14 0 131 134 52 2 125 40
Binary 10010101 10001 1100 0 1011001 1011100 101010 10 1010101 100000

Color Harmonies of #95110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95110C

Black with #95110C

Text Example


Text Example

White with #95110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95110C; }

 p { color: rgb(149,17,12); }

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

background-color css

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

 a { background-color: rgb(149,17,12); }

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

border-color css

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

 span { border-color: rgb(149,17,12); }

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