Shades of Crimson #CB0442
Tints of Crimson #CB0442
RGB
CMYK
RGB Variations
Color information
#CB0442 (or 0xCB0442) is known color: Crimson. HEX triplet: CB, 04 and 42. RGB value is (203,4,66). Sum of RGB (Red+Green+Blue) = 203+4+66=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0442 is #34FBBD. Grayscale: #464646. Windows color (decimal): -3472318 or 4326603. OLE color: 4326603.
HSL color Cylindrical-coordinate representation of color #CB0442: hue angle of 341.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0442 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.20 |
| HSL | 341.31º | 0.96% | 0.41% | - |
| HSV(B) | 341.31º | 0.98% | 0.8% | - |
| XYZ | 25.66 | 13.18 | 6.35 | - |
| YUV | 70.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 66 | 0 | 0.98 | 0.67 | 0.20 | 341.31 | 0.96 | 0.41 |
| Hex | CB | 4 | 42 | 0 | 62 | 43 | 14 | 155 | 60 | 29 |
| Octal | 313 | 4 | 102 | 0 | 142 | 103 | 24 | 525 | 140 | 51 |
| Binary | 11001011 | 100 | 1000010 | 0 | 1100010 | 1000011 | 10100 | 101010101 | 1100000 | 101001 |
Color Harmonies of #CB0442
Complementary color
Monochromatic Colors of #CB0442
Black with #CB0442
Text Example
Text Example
White with #CB0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0442; }
p { color: rgb(203,4,66); }
H1.HeaderClassName
{
color: #CB0442;
}
.AnyTagClassName
{
color: #CB0442;
}
</style>
background-color css
<style>
a { background-color: #CB0442; }
a { background-color: rgb(203,4,66); }
div.DivClassName
{
background-color: #CB0442;
}
.BgClassName
{
background-color: #CB0442;
}
</style>
border-color css
<style>
span { border-color: #CB0442; }
span { border-color: rgb(203,4,66); }
td.TdClassName
{
border-color: #CB0442;
}
.TagClassName
{
border-color: #CB0442;
}
</style>