Shades of Crimson #CB0440
Tints of Crimson #CB0440
RGB
CMYK
RGB Variations
Color information
#CB0440 (or 0xCB0440) is known color: Crimson. HEX triplet: CB, 04 and 40. RGB value is (203,4,64). Sum of RGB (Red+Green+Blue) = 203+4+64=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0440 is #34FBBF. Grayscale: #464646. Windows color (decimal): -3472320 or 4195531. OLE color: 4195531.
HSL color Cylindrical-coordinate representation of color #CB0440: hue angle of 341.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0440 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.20 |
| HSL | 341.91º | 0.96% | 0.41% | - |
| HSV(B) | 341.91º | 0.98% | 0.8% | - |
| XYZ | 25.6 | 13.15 | 6.04 | - |
| YUV | 70.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 64 | 0 | 0.98 | 0.68 | 0.20 | 341.91 | 0.96 | 0.41 |
| Hex | CB | 4 | 40 | 0 | 62 | 44 | 14 | 156 | 60 | 29 |
| Octal | 313 | 4 | 100 | 0 | 142 | 104 | 24 | 526 | 140 | 51 |
| Binary | 11001011 | 100 | 1000000 | 0 | 1100010 | 1000100 | 10100 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CB0440
Complementary color
Monochromatic Colors of #CB0440
Black with #CB0440
Text Example
Text Example
White with #CB0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0440; }
p { color: rgb(203,4,64); }
H1.HeaderClassName
{
color: #CB0440;
}
.AnyTagClassName
{
color: #CB0440;
}
</style>
background-color css
<style>
a { background-color: #CB0440; }
a { background-color: rgb(203,4,64); }
div.DivClassName
{
background-color: #CB0440;
}
.BgClassName
{
background-color: #CB0440;
}
</style>
border-color css
<style>
span { border-color: #CB0440; }
span { border-color: rgb(203,4,64); }
td.TdClassName
{
border-color: #CB0440;
}
.TagClassName
{
border-color: #CB0440;
}
</style>