#950f0f

Color #950F0F Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #950F0F

Tints of Dark Red #950F0F

Color information

#950F0F (or 0x950F0F) is unknown color: approx Dark Red. HEX triplet: 95, 0F and 0F. RGB value is (149,15,15). Sum of RGB (Red+Green+Blue) = 149+15+15=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #950F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950F0F is #6AF0F0. Grayscale: #373737. Windows color (decimal): -7008497 or 987029. OLE color: 987029.

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

Color convert

RGB1491515-
CMYK00.900.900.42
HSL81.71%32.16%-
HSV(B)89.93%58.43%-
XYZ12.656.771.09-
YUV55.07105.39195-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 83.24%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=83.24%
G=8.38%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149151500.900.900.42081.7132.16
Hex95FF05A5A2A05220
Octal2251717013213252012240
Binary100101011111111101011010101101010101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,15,15); }

 H1.HeaderClassName
 {
   color: #950f0f;
 }
 .AnyTagClassName
 {
   color: #950f0f;
 }
</style>
background-color css

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

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

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

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

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

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