Shades of Bright Red #9C283F
Tints of Bright Red #9C283F
RGB
CMYK
RGB Variations
Color information
#9C283F (or 0x9C283F) is known color: Bright Red. HEX triplet: 9C, 28 and 3F. RGB value is (156,40,63). Sum of RGB (Red+Green+Blue) = 156+40+63=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283F is #63D7C0. Grayscale: #4D4D4D. Windows color (decimal): -6543297 or 4139164. OLE color: 4139164.
HSL color Cylindrical-coordinate representation of color #9C283F: hue angle of 348.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C283F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 63 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.39 |
| HSL | 348.1º | 0.59% | 0.38% | - |
| HSV(B) | 348.1º | 0.74% | 0.61% | - |
| XYZ | 15.37 | 8.94 | 5.62 | - |
| YUV | 77.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 63 | 0 | 0.74 | 0.60 | 0.39 | 348.1 | 0.59 | 0.38 |
| Hex | 9C | 28 | 3F | 0 | 4A | 3C | 27 | 15C | 3B | 26 |
| Octal | 234 | 50 | 77 | 0 | 112 | 74 | 47 | 534 | 73 | 46 |
| Binary | 10011100 | 101000 | 111111 | 0 | 1001010 | 111100 | 100111 | 101011100 | 111011 | 100110 |
Color Harmonies of #9C283F
Complementary color
Monochromatic Colors of #9C283F
Black with #9C283F
Text Example
Text Example
White with #9C283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C283F; }
p { color: rgb(156,40,63); }
H1.HeaderClassName
{
color: #9C283F;
}
.AnyTagClassName
{
color: #9C283F;
}
</style>
background-color css
<style>
a { background-color: #9C283F; }
a { background-color: rgb(156,40,63); }
div.DivClassName
{
background-color: #9C283F;
}
.BgClassName
{
background-color: #9C283F;
}
</style>
border-color css
<style>
span { border-color: #9C283F; }
span { border-color: rgb(156,40,63); }
td.TdClassName
{
border-color: #9C283F;
}
.TagClassName
{
border-color: #9C283F;
}
</style>