Shades of Crimson #CB0034
Tints of Crimson #CB0034
RGB
CMYK
RGB Variations
Color information
#CB0034 (or 0xCB0034) is known color: Crimson. HEX triplet: CB, 00 and 34. RGB value is (203,0,52). Sum of RGB (Red+Green+Blue) = 203+0+52=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0034 is #34FFCB. Grayscale: #424242. Windows color (decimal): -3473356 or 3408075. OLE color: 3408075.
HSL color Cylindrical-coordinate representation of color #CB0034: hue angle of 344.63º 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 #CB0034 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.74 | 0.20 |
| HSL | 344.63º | 1% | 0.4% | - |
| HSV(B) | 344.63º | 1% | 0.8% | - |
| XYZ | 25.25 | 12.94 | 4.42 | - |
| YUV | 66.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 52 | 0 | 1 | 0.74 | 0.20 | 344.63 | 1 | 0.4 |
| Hex | CB | 0 | 34 | 0 | 64 | 4A | 14 | 159 | 64 | 28 |
| Octal | 313 | 0 | 64 | 0 | 144 | 112 | 24 | 531 | 144 | 50 |
| Binary | 11001011 | 0 | 110100 | 0 | 1100100 | 1001010 | 10100 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CB0034
Complementary color
Monochromatic Colors of #CB0034
Black with #CB0034
Text Example
Text Example
White with #CB0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0034; }
p { color: rgb(203,0,52); }
H1.HeaderClassName
{
color: #CB0034;
}
.AnyTagClassName
{
color: #CB0034;
}
</style>
background-color css
<style>
a { background-color: #CB0034; }
a { background-color: rgb(203,0,52); }
div.DivClassName
{
background-color: #CB0034;
}
.BgClassName
{
background-color: #CB0034;
}
</style>
border-color css
<style>
span { border-color: #CB0034; }
span { border-color: rgb(203,0,52); }
td.TdClassName
{
border-color: #CB0034;
}
.TagClassName
{
border-color: #CB0034;
}
</style>