Shades of Crimson #CB0945
Tints of Crimson #CB0945
RGB
CMYK
RGB Variations
Color information
#CB0945 (or 0xCB0945) is known color: Crimson. HEX triplet: CB, 09 and 45. RGB value is (203,9,69). Sum of RGB (Red+Green+Blue) = 203+9+69=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0945 is #34F6BA. Grayscale: #494949. Windows color (decimal): -3471035 or 4524491. OLE color: 4524491.
HSL color Cylindrical-coordinate representation of color #CB0945: hue angle of 341.44º 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 #CB0945 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.20 |
| HSL | 341.44º | 0.92% | 0.42% | - |
| HSV(B) | 341.44º | 0.96% | 0.8% | - |
| XYZ | 25.8 | 13.32 | 6.84 | - |
| YUV | 73.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 69 | 0 | 0.96 | 0.66 | 0.20 | 341.44 | 0.92 | 0.42 |
| Hex | CB | 9 | 45 | 0 | 60 | 42 | 14 | 155 | 5C | 2A |
| Octal | 313 | 11 | 105 | 0 | 140 | 102 | 24 | 525 | 134 | 52 |
| Binary | 11001011 | 1001 | 1000101 | 0 | 1100000 | 1000010 | 10100 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CB0945
Complementary color
Monochromatic Colors of #CB0945
Black with #CB0945
Text Example
Text Example
White with #CB0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0945; }
p { color: rgb(203,9,69); }
H1.HeaderClassName
{
color: #CB0945;
}
.AnyTagClassName
{
color: #CB0945;
}
</style>
background-color css
<style>
a { background-color: #CB0945; }
a { background-color: rgb(203,9,69); }
div.DivClassName
{
background-color: #CB0945;
}
.BgClassName
{
background-color: #CB0945;
}
</style>
border-color css
<style>
span { border-color: #CB0945; }
span { border-color: rgb(203,9,69); }
td.TdClassName
{
border-color: #CB0945;
}
.TagClassName
{
border-color: #CB0945;
}
</style>