Html Css Color HEX #950E00 Dark Red

📋 copy color: '#950E00'

red 149 ◦ green 14 ◦ blue 0

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

Shades of Dark Red #950E00

Tints of Dark Red #950E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.41%
G = 8.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#950E00 (or 0x950E00) is known color: Dark Red. HEX triplet: 95, 0E and 00. RGB value is (149,14,0). Sum of RGB (Red+Green+Blue) = 149+14+0=163 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.41% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 149 - color contains mainly: red. Hex color #950E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E00 is #6AF1FF. Grayscale: #343434. Windows color (decimal): -7008768 or 3733. OLE color: 3733.

HSL color Cylindrical-coordinate representation of color #950E00: hue angle of 5.64º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950E00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 0 -
CMYK 0 0.91 1 0.42
HSL 5.64º 1% 0.29% -
HSV(B) 5.64º 1% 0.58% -
XYZ 12.55 6.7 0.63 -
YUV 52.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 149 14 0 0 0.91 1 0.42 5.64 1 0.29
Hex 95 E 0 0 5B 64 2A 6 64 1D
Octal 225 16 0 0 133 144 52 6 144 35
Binary 10010101 1110 0 0 1011011 1100100 101010 110 1100100 11101

Color Harmonies of #950E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E00

Black with #950E00

Text Example


Text Example

White with #950E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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