Shades of Dark Red #950C04
Tints of Dark Red #950C04
RGB
CMYK
RGB Variations
Color information
#950C04 (or 0x950C04) is known color: Dark Red. HEX triplet: 95, 0C and 04. RGB value is (149,12,4). Sum of RGB (Red+Green+Blue) = 149+12+4=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #950C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950C04 is #6AF3FB. Grayscale: #343434. Windows color (decimal): -7009276 or 265365. OLE color: 265365.
HSL color Cylindrical-coordinate representation of color #950C04: hue angle of 3.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950C04 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 4 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.42 |
| HSL | 3.31º | 0.95% | 0.3% | - |
| HSV(B) | 3.31º | 0.97% | 0.58% | - |
| XYZ | 12.55 | 6.66 | 0.74 | - |
| YUV | 52.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 4 | 0 | 0.92 | 0.97 | 0.42 | 3.31 | 0.95 | 0.3 |
| Hex | 95 | C | 4 | 0 | 5C | 61 | 2A | 3 | 5F | 1E |
| Octal | 225 | 14 | 4 | 0 | 134 | 141 | 52 | 3 | 137 | 36 |
| Binary | 10010101 | 1100 | 100 | 0 | 1011100 | 1100001 | 101010 | 11 | 1011111 | 11110 |
Color Harmonies of #950C04
Complementary color
Monochromatic Colors of #950C04
Black with #950C04
Text Example
Text Example
White with #950C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C04; }
p { color: rgb(149,12,4); }
H1.HeaderClassName
{
color: #950C04;
}
.AnyTagClassName
{
color: #950C04;
}
</style>
background-color css
<style>
a { background-color: #950C04; }
a { background-color: rgb(149,12,4); }
div.DivClassName
{
background-color: #950C04;
}
.BgClassName
{
background-color: #950C04;
}
</style>
border-color css
<style>
span { border-color: #950C04; }
span { border-color: rgb(149,12,4); }
td.TdClassName
{
border-color: #950C04;
}
.TagClassName
{
border-color: #950C04;
}
</style>