Shades of Crimson #CB023C
Tints of Crimson #CB023C
RGB
CMYK
RGB Variations
Color information
#CB023C (or 0xCB023C) is known color: Crimson. HEX triplet: CB, 02 and 3C. RGB value is (203,2,60). Sum of RGB (Red+Green+Blue) = 203+2+60=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB023C is #34FDC3. Grayscale: #444444. Windows color (decimal): -3472836 or 3932875. OLE color: 3932875.
HSL color Cylindrical-coordinate representation of color #CB023C: hue angle of 342.69º 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 #CB023C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.20 |
| HSL | 342.69º | 0.98% | 0.4% | - |
| HSV(B) | 342.69º | 0.99% | 0.8% | - |
| XYZ | 25.47 | 13.07 | 5.45 | - |
| YUV | 68.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 60 | 0 | 0.99 | 0.70 | 0.20 | 342.69 | 0.98 | 0.4 |
| Hex | CB | 2 | 3C | 0 | 63 | 46 | 14 | 157 | 62 | 28 |
| Octal | 313 | 2 | 74 | 0 | 143 | 106 | 24 | 527 | 142 | 50 |
| Binary | 11001011 | 10 | 111100 | 0 | 1100011 | 1000110 | 10100 | 101010111 | 1100010 | 101000 |
Color Harmonies of #CB023C
Complementary color
Monochromatic Colors of #CB023C
Black with #CB023C
Text Example
Text Example
White with #CB023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB023C; }
p { color: rgb(203,2,60); }
H1.HeaderClassName
{
color: #CB023C;
}
.AnyTagClassName
{
color: #CB023C;
}
</style>
background-color css
<style>
a { background-color: #CB023C; }
a { background-color: rgb(203,2,60); }
div.DivClassName
{
background-color: #CB023C;
}
.BgClassName
{
background-color: #CB023C;
}
</style>
border-color css
<style>
span { border-color: #CB023C; }
span { border-color: rgb(203,2,60); }
td.TdClassName
{
border-color: #CB023C;
}
.TagClassName
{
border-color: #CB023C;
}
</style>