Shades of Crimson #CB0342
Tints of Crimson #CB0342
RGB
CMYK
RGB Variations
Color information
#CB0342 (or 0xCB0342) is known color: Crimson. HEX triplet: CB, 03 and 42. RGB value is (203,3,66). Sum of RGB (Red+Green+Blue) = 203+3+66=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0342 is #34FCBD. Grayscale: #454545. Windows color (decimal): -3472574 or 4326347. OLE color: 4326347.
HSL color Cylindrical-coordinate representation of color #CB0342: hue angle of 341.1º degrees, saturation: 0.97, 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 #CB0342 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.20 |
| HSL | 341.1º | 0.97% | 0.4% | - |
| HSV(B) | 341.1º | 0.99% | 0.8% | - |
| XYZ | 25.64 | 13.15 | 6.34 | - |
| YUV | 69.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 66 | 0 | 0.99 | 0.67 | 0.20 | 341.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 42 | 0 | 63 | 43 | 14 | 155 | 61 | 28 |
| Octal | 313 | 3 | 102 | 0 | 143 | 103 | 24 | 525 | 141 | 50 |
| Binary | 11001011 | 11 | 1000010 | 0 | 1100011 | 1000011 | 10100 | 101010101 | 1100001 | 101000 |
Color Harmonies of #CB0342
Complementary color
Monochromatic Colors of #CB0342
Black with #CB0342
Text Example
Text Example
White with #CB0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0342; }
p { color: rgb(203,3,66); }
H1.HeaderClassName
{
color: #CB0342;
}
.AnyTagClassName
{
color: #CB0342;
}
</style>
background-color css
<style>
a { background-color: #CB0342; }
a { background-color: rgb(203,3,66); }
div.DivClassName
{
background-color: #CB0342;
}
.BgClassName
{
background-color: #CB0342;
}
</style>
border-color css
<style>
span { border-color: #CB0342; }
span { border-color: rgb(203,3,66); }
td.TdClassName
{
border-color: #CB0342;
}
.TagClassName
{
border-color: #CB0342;
}
</style>