Shades of Crimson #CB003F
Tints of Crimson #CB003F
RGB
CMYK
RGB Variations
Color information
#CB003F (or 0xCB003F) is known color: Crimson. HEX triplet: CB, 00 and 3F. RGB value is (203,0,63). Sum of RGB (Red+Green+Blue) = 203+0+63=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003F is #34FFC0. Grayscale: #434343. Windows color (decimal): -3473345 or 4128971. OLE color: 4128971.
HSL color Cylindrical-coordinate representation of color #CB003F: hue angle of 341.38º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB003F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.69 | 0.20 |
| HSL | 341.38º | 1% | 0.4% | - |
| HSV(B) | 341.38º | 1% | 0.8% | - |
| XYZ | 25.53 | 13.06 | 5.88 | - |
| YUV | 67.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 63 | 0 | 1 | 0.69 | 0.20 | 341.38 | 1 | 0.4 |
| Hex | CB | 0 | 3F | 0 | 64 | 45 | 14 | 155 | 64 | 28 |
| Octal | 313 | 0 | 77 | 0 | 144 | 105 | 24 | 525 | 144 | 50 |
| Binary | 11001011 | 0 | 111111 | 0 | 1100100 | 1000101 | 10100 | 101010101 | 1100100 | 101000 |
Color Harmonies of #CB003F
Complementary color
Monochromatic Colors of #CB003F
Black with #CB003F
Text Example
Text Example
White with #CB003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB003F; }
p { color: rgb(203,0,63); }
H1.HeaderClassName
{
color: #CB003F;
}
.AnyTagClassName
{
color: #CB003F;
}
</style>
background-color css
<style>
a { background-color: #CB003F; }
a { background-color: rgb(203,0,63); }
div.DivClassName
{
background-color: #CB003F;
}
.BgClassName
{
background-color: #CB003F;
}
</style>
border-color css
<style>
span { border-color: #CB003F; }
span { border-color: rgb(203,0,63); }
td.TdClassName
{
border-color: #CB003F;
}
.TagClassName
{
border-color: #CB003F;
}
</style>