Shades of Crimson #CB0235
Tints of Crimson #CB0235
RGB
CMYK
RGB Variations
Color information
#CB0235 (or 0xCB0235) is known color: Crimson. HEX triplet: CB, 02 and 35. RGB value is (203,2,53). Sum of RGB (Red+Green+Blue) = 203+2+53=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0235 is #34FDCA. Grayscale: #434343. Windows color (decimal): -3472843 or 3474123. OLE color: 3474123.
HSL color Cylindrical-coordinate representation of color #CB0235: hue angle of 344.78º 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 #CB0235 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.20 |
| HSL | 344.78º | 0.98% | 0.4% | - |
| HSV(B) | 344.78º | 0.99% | 0.8% | - |
| XYZ | 25.29 | 13 | 4.54 | - |
| YUV | 67.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 53 | 0 | 0.99 | 0.74 | 0.20 | 344.78 | 0.98 | 0.4 |
| Hex | CB | 2 | 35 | 0 | 63 | 4A | 14 | 159 | 62 | 28 |
| Octal | 313 | 2 | 65 | 0 | 143 | 112 | 24 | 531 | 142 | 50 |
| Binary | 11001011 | 10 | 110101 | 0 | 1100011 | 1001010 | 10100 | 101011001 | 1100010 | 101000 |
Color Harmonies of #CB0235
Complementary color
Monochromatic Colors of #CB0235
Black with #CB0235
Text Example
Text Example
White with #CB0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0235; }
p { color: rgb(203,2,53); }
H1.HeaderClassName
{
color: #CB0235;
}
.AnyTagClassName
{
color: #CB0235;
}
</style>
background-color css
<style>
a { background-color: #CB0235; }
a { background-color: rgb(203,2,53); }
div.DivClassName
{
background-color: #CB0235;
}
.BgClassName
{
background-color: #CB0235;
}
</style>
border-color css
<style>
span { border-color: #CB0235; }
span { border-color: rgb(203,2,53); }
td.TdClassName
{
border-color: #CB0235;
}
.TagClassName
{
border-color: #CB0235;
}
</style>