Shades of Bright Red #961C2D
Tints of Bright Red #961C2D
RGB
CMYK
RGB Variations
Color information
#961C2D (or 0x961C2D) is known color: Bright Red. HEX triplet: 96, 1C and 2D. RGB value is (150,28,45). Sum of RGB (Red+Green+Blue) = 150+28+45=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C2D is #69E3D2. Grayscale: #424242. Windows color (decimal): -6939603 or 2956438. OLE color: 2956438.
HSL color Cylindrical-coordinate representation of color #961C2D: hue angle of 351.64º 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 #961C2D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 28 | 45 | - |
CMYK | 0 | 0.81 | 0.70 | 0.41 |
HSL | 351.64º | 0.69% | 0.35% | - |
HSV(B) | 351.64º | 0.81% | 0.59% | - |
XYZ | 13.47 | 7.5 | 3.22 | - |
YUV | 66.42 | 115.92 | 187.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 28 | 45 | 0 | 0.81 | 0.70 | 0.41 | 351.64 | 0.69 | 0.35 |
Hex | 96 | 1C | 2D | 0 | 51 | 46 | 29 | 160 | 45 | 23 |
Octal | 226 | 34 | 55 | 0 | 121 | 106 | 51 | 540 | 105 | 43 |
Binary | 10010110 | 11100 | 101101 | 0 | 1010001 | 1000110 | 101001 | 101100000 | 1000101 | 100011 |
Color Harmonies of #961C2D
Complementary color
Monochromatic Colors of #961C2D
Black with #961C2D
Text Example
Text Example
White with #961C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961C2D; }
p { color: rgb(150,28,45); }
H1.HeaderClassName
{
color: #961C2D;
}
.AnyTagClassName
{
color: #961C2D;
}
</style>
background-color css
<style>
a { background-color: #961C2D; }
a { background-color: rgb(150,28,45); }
div.DivClassName
{
background-color: #961C2D;
}
.BgClassName
{
background-color: #961C2D;
}
</style>
border-color css
<style>
span { border-color: #961C2D; }
span { border-color: rgb(150,28,45); }
td.TdClassName
{
border-color: #961C2D;
}
.TagClassName
{
border-color: #961C2D;
}
</style>