Shades of Crimson #CB0935
Tints of Crimson #CB0935
RGB
CMYK
RGB Variations
Color information
#CB0935 (or 0xCB0935) is known color: Crimson. HEX triplet: CB, 09 and 35. RGB value is (203,9,53). Sum of RGB (Red+Green+Blue) = 203+9+53=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0935 is #34F6CA. Grayscale: #484848. Windows color (decimal): -3471051 or 3475915. OLE color: 3475915.
HSL color Cylindrical-coordinate representation of color #CB0935: hue angle of 346.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0935 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.20 |
| HSL | 346.39º | 0.92% | 0.42% | - |
| HSV(B) | 346.39º | 0.96% | 0.8% | - |
| XYZ | 25.37 | 13.15 | 4.57 | - |
| YUV | 72.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 53 | 0 | 0.96 | 0.74 | 0.20 | 346.39 | 0.92 | 0.42 |
| Hex | CB | 9 | 35 | 0 | 60 | 4A | 14 | 15A | 5C | 2A |
| Octal | 313 | 11 | 65 | 0 | 140 | 112 | 24 | 532 | 134 | 52 |
| Binary | 11001011 | 1001 | 110101 | 0 | 1100000 | 1001010 | 10100 | 101011010 | 1011100 | 101010 |
Color Harmonies of #CB0935
Complementary color
Monochromatic Colors of #CB0935
Black with #CB0935
Text Example
Text Example
White with #CB0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0935; }
p { color: rgb(203,9,53); }
H1.HeaderClassName
{
color: #CB0935;
}
.AnyTagClassName
{
color: #CB0935;
}
</style>
background-color css
<style>
a { background-color: #CB0935; }
a { background-color: rgb(203,9,53); }
div.DivClassName
{
background-color: #CB0935;
}
.BgClassName
{
background-color: #CB0935;
}
</style>
border-color css
<style>
span { border-color: #CB0935; }
span { border-color: rgb(203,9,53); }
td.TdClassName
{
border-color: #CB0935;
}
.TagClassName
{
border-color: #CB0935;
}
</style>