Shades of Rock Spray #9E421D
Tints of Rock Spray #9E421D
RGB
CMYK
RGB Variations
Color information
#9E421D (or 0x9E421D) is known color: Rock Spray. HEX triplet: 9E, 42 and 1D. RGB value is (158,66,29). Sum of RGB (Red+Green+Blue) = 158+66+29=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E421D is #61BDE2. Grayscale: #595959. Windows color (decimal): -6405603 or 1917598. OLE color: 1917598.
HSL color Cylindrical-coordinate representation of color #9E421D: hue angle of 17.21º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E421D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 66 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.38 |
| HSL | 17.21º | 0.69% | 0.37% | - |
| HSV(B) | 17.21º | 0.82% | 0.62% | - |
| XYZ | 16.27 | 11.25 | 2.48 | - |
| YUV | 89.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 29 | 0 | 0.58 | 0.82 | 0.38 | 17.21 | 0.69 | 0.37 |
| Hex | 9E | 42 | 1D | 0 | 3A | 52 | 26 | 11 | 45 | 25 |
| Octal | 236 | 102 | 35 | 0 | 72 | 122 | 46 | 21 | 105 | 45 |
| Binary | 10011110 | 1000010 | 11101 | 0 | 111010 | 1010010 | 100110 | 10001 | 1000101 | 100101 |
Color Harmonies of #9E421D
Complementary color
Monochromatic Colors of #9E421D
Black with #9E421D
Text Example
Text Example
White with #9E421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E421D; }
p { color: rgb(158,66,29); }
H1.HeaderClassName
{
color: #9E421D;
}
.AnyTagClassName
{
color: #9E421D;
}
</style>
background-color css
<style>
a { background-color: #9E421D; }
a { background-color: rgb(158,66,29); }
div.DivClassName
{
background-color: #9E421D;
}
.BgClassName
{
background-color: #9E421D;
}
</style>
border-color css
<style>
span { border-color: #9E421D; }
span { border-color: rgb(158,66,29); }
td.TdClassName
{
border-color: #9E421D;
}
.TagClassName
{
border-color: #9E421D;
}
</style>