Shades of Crimson #CB0244
Tints of Crimson #CB0244
RGB
CMYK
RGB Variations
Color information
#CB0244 (or 0xCB0244) is known color: Crimson. HEX triplet: CB, 02 and 44. RGB value is (203,2,68). Sum of RGB (Red+Green+Blue) = 203+2+68=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0244 is #34FDBB. Grayscale: #454545. Windows color (decimal): -3472828 or 4457163. OLE color: 4457163.
HSL color Cylindrical-coordinate representation of color #CB0244: hue angle of 340.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0244 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.20 |
| HSL | 340.3º | 0.98% | 0.4% | - |
| HSV(B) | 340.3º | 0.99% | 0.8% | - |
| XYZ | 25.69 | 13.16 | 6.65 | - |
| YUV | 69.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 68 | 0 | 0.99 | 0.67 | 0.20 | 340.3 | 0.98 | 0.4 |
| Hex | CB | 2 | 44 | 0 | 63 | 43 | 14 | 154 | 62 | 28 |
| Octal | 313 | 2 | 104 | 0 | 143 | 103 | 24 | 524 | 142 | 50 |
| Binary | 11001011 | 10 | 1000100 | 0 | 1100011 | 1000011 | 10100 | 101010100 | 1100010 | 101000 |
Color Harmonies of #CB0244
Complementary color
Monochromatic Colors of #CB0244
Black with #CB0244
Text Example
Text Example
White with #CB0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0244; }
p { color: rgb(203,2,68); }
H1.HeaderClassName
{
color: #CB0244;
}
.AnyTagClassName
{
color: #CB0244;
}
</style>
background-color css
<style>
a { background-color: #CB0244; }
a { background-color: rgb(203,2,68); }
div.DivClassName
{
background-color: #CB0244;
}
.BgClassName
{
background-color: #CB0244;
}
</style>
border-color css
<style>
span { border-color: #CB0244; }
span { border-color: rgb(203,2,68); }
td.TdClassName
{
border-color: #CB0244;
}
.TagClassName
{
border-color: #CB0244;
}
</style>