Shades of Crimson #CB033C
Tints of Crimson #CB033C
RGB
CMYK
RGB Variations
Color information
#CB033C (or 0xCB033C) is known color: Crimson. HEX triplet: CB, 03 and 3C. RGB value is (203,3,60). Sum of RGB (Red+Green+Blue) = 203+3+60=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB033C is #34FCC3. Grayscale: #454545. Windows color (decimal): -3472580 or 3933131. OLE color: 3933131.
HSL color Cylindrical-coordinate representation of color #CB033C: hue angle of 342.9º 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 #CB033C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.20 |
| HSL | 342.9º | 0.97% | 0.4% | - |
| HSV(B) | 342.9º | 0.99% | 0.8% | - |
| XYZ | 25.48 | 13.09 | 5.46 | - |
| YUV | 69.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 60 | 0 | 0.99 | 0.70 | 0.20 | 342.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 3C | 0 | 63 | 46 | 14 | 157 | 61 | 28 |
| Octal | 313 | 3 | 74 | 0 | 143 | 106 | 24 | 527 | 141 | 50 |
| Binary | 11001011 | 11 | 111100 | 0 | 1100011 | 1000110 | 10100 | 101010111 | 1100001 | 101000 |
Color Harmonies of #CB033C
Complementary color
Monochromatic Colors of #CB033C
Black with #CB033C
Text Example
Text Example
White with #CB033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB033C; }
p { color: rgb(203,3,60); }
H1.HeaderClassName
{
color: #CB033C;
}
.AnyTagClassName
{
color: #CB033C;
}
</style>
background-color css
<style>
a { background-color: #CB033C; }
a { background-color: rgb(203,3,60); }
div.DivClassName
{
background-color: #CB033C;
}
.BgClassName
{
background-color: #CB033C;
}
</style>
border-color css
<style>
span { border-color: #CB033C; }
span { border-color: rgb(203,3,60); }
td.TdClassName
{
border-color: #CB033C;
}
.TagClassName
{
border-color: #CB033C;
}
</style>