Shades of Bright Red #961C2C
Tints of Bright Red #961C2C
RGB
CMYK
RGB Variations
Color information
#961C2C (or 0x961C2C) is known color: Bright Red. HEX triplet: 96, 1C and 2C. RGB value is (150,28,44). Sum of RGB (Red+Green+Blue) = 150+28+44=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C2C is #69E3D3. Grayscale: #424242. Windows color (decimal): -6939604 or 2890902. OLE color: 2890902.
HSL color Cylindrical-coordinate representation of color #961C2C: hue angle of 352.13º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C2C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 28 | 44 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.41 |
| HSL | 352.13º | 0.69% | 0.35% | - |
| HSV(B) | 352.13º | 0.81% | 0.59% | - |
| XYZ | 13.45 | 7.5 | 3.12 | - |
| YUV | 66.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 44 | 0 | 0.81 | 0.71 | 0.41 | 352.13 | 0.69 | 0.35 |
| Hex | 96 | 1C | 2C | 0 | 51 | 47 | 29 | 160 | 45 | 23 |
| Octal | 226 | 34 | 54 | 0 | 121 | 107 | 51 | 540 | 105 | 43 |
| Binary | 10010110 | 11100 | 101100 | 0 | 1010001 | 1000111 | 101001 | 101100000 | 1000101 | 100011 |
Color Harmonies of #961C2C
Complementary color
Monochromatic Colors of #961C2C
Black with #961C2C
Text Example
Text Example
White with #961C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961C2C; }
p { color: rgb(150,28,44); }
H1.HeaderClassName
{
color: #961C2C;
}
.AnyTagClassName
{
color: #961C2C;
}
</style>
background-color css
<style>
a { background-color: #961C2C; }
a { background-color: rgb(150,28,44); }
div.DivClassName
{
background-color: #961C2C;
}
.BgClassName
{
background-color: #961C2C;
}
</style>
border-color css
<style>
span { border-color: #961C2C; }
span { border-color: rgb(150,28,44); }
td.TdClassName
{
border-color: #961C2C;
}
.TagClassName
{
border-color: #961C2C;
}
</style>