Shades of Crimson #CB0344
Tints of Crimson #CB0344
RGB
CMYK
RGB Variations
Color information
#CB0344 (or 0xCB0344) is known color: Crimson. HEX triplet: CB, 03 and 44. RGB value is (203,3,68). Sum of RGB (Red+Green+Blue) = 203+3+68=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0344 is #34FCBB. Grayscale: #464646. Windows color (decimal): -3472572 or 4457419. OLE color: 4457419.
HSL color Cylindrical-coordinate representation of color #CB0344: hue angle of 340.5º 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 #CB0344 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.20 |
| HSL | 340.5º | 0.97% | 0.4% | - |
| HSV(B) | 340.5º | 0.99% | 0.8% | - |
| XYZ | 25.7 | 13.18 | 6.66 | - |
| YUV | 70.21 | 126.76 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 68 | 0 | 0.99 | 0.67 | 0.20 | 340.5 | 0.97 | 0.4 |
| Hex | CB | 3 | 44 | 0 | 63 | 43 | 14 | 154 | 61 | 28 |
| Octal | 313 | 3 | 104 | 0 | 143 | 103 | 24 | 524 | 141 | 50 |
| Binary | 11001011 | 11 | 1000100 | 0 | 1100011 | 1000011 | 10100 | 101010100 | 1100001 | 101000 |
Color Harmonies of #CB0344
Complementary color
Monochromatic Colors of #CB0344
Black with #CB0344
Text Example
Text Example
White with #CB0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0344; }
p { color: rgb(203,3,68); }
H1.HeaderClassName
{
color: #CB0344;
}
.AnyTagClassName
{
color: #CB0344;
}
</style>
background-color css
<style>
a { background-color: #CB0344; }
a { background-color: rgb(203,3,68); }
div.DivClassName
{
background-color: #CB0344;
}
.BgClassName
{
background-color: #CB0344;
}
</style>
border-color css
<style>
span { border-color: #CB0344; }
span { border-color: rgb(203,3,68); }
td.TdClassName
{
border-color: #CB0344;
}
.TagClassName
{
border-color: #CB0344;
}
</style>