Shades of Crimson #CB0A45
Tints of Crimson #CB0A45
RGB
CMYK
RGB Variations
Color information
#CB0A45 (or 0xCB0A45) is known color: Crimson. HEX triplet: CB, 0A and 45. RGB value is (203,10,69). Sum of RGB (Red+Green+Blue) = 203+10+69=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A45 is #34F5BA. Grayscale: #4A4A4A. Windows color (decimal): -3470779 or 4524747. OLE color: 4524747.
HSL color Cylindrical-coordinate representation of color #CB0A45: hue angle of 341.66º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A45 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.20 |
| HSL | 341.66º | 0.91% | 0.42% | - |
| HSV(B) | 341.66º | 0.95% | 0.8% | - |
| XYZ | 25.81 | 13.34 | 6.85 | - |
| YUV | 74.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 69 | 0 | 0.95 | 0.66 | 0.20 | 341.66 | 0.91 | 0.42 |
| Hex | CB | A | 45 | 0 | 5F | 42 | 14 | 156 | 5B | 2A |
| Octal | 313 | 12 | 105 | 0 | 137 | 102 | 24 | 526 | 133 | 52 |
| Binary | 11001011 | 1010 | 1000101 | 0 | 1011111 | 1000010 | 10100 | 101010110 | 1011011 | 101010 |
Color Harmonies of #CB0A45
Complementary color
Monochromatic Colors of #CB0A45
Black with #CB0A45
Text Example
Text Example
White with #CB0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A45; }
p { color: rgb(203,10,69); }
H1.HeaderClassName
{
color: #CB0A45;
}
.AnyTagClassName
{
color: #CB0A45;
}
</style>
background-color css
<style>
a { background-color: #CB0A45; }
a { background-color: rgb(203,10,69); }
div.DivClassName
{
background-color: #CB0A45;
}
.BgClassName
{
background-color: #CB0A45;
}
</style>
border-color css
<style>
span { border-color: #CB0A45; }
span { border-color: rgb(203,10,69); }
td.TdClassName
{
border-color: #CB0A45;
}
.TagClassName
{
border-color: #CB0A45;
}
</style>