Shades of Crimson #CB0038
Tints of Crimson #CB0038
RGB
CMYK
RGB Variations
Color information
#CB0038 (or 0xCB0038) is known color: Crimson. HEX triplet: CB, 00 and 38. RGB value is (203,0,56). Sum of RGB (Red+Green+Blue) = 203+0+56=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0038 is #34FFC7. Grayscale: #434343. Windows color (decimal): -3473352 or 3670219. OLE color: 3670219.
HSL color Cylindrical-coordinate representation of color #CB0038: hue angle of 343.45º 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 #CB0038 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.72 | 0.20 |
| HSL | 343.45º | 1% | 0.4% | - |
| HSV(B) | 343.45º | 1% | 0.8% | - |
| XYZ | 25.34 | 12.98 | 4.91 | - |
| YUV | 67.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 56 | 0 | 1 | 0.72 | 0.20 | 343.45 | 1 | 0.4 |
| Hex | CB | 0 | 38 | 0 | 64 | 48 | 14 | 157 | 64 | 28 |
| Octal | 313 | 0 | 70 | 0 | 144 | 110 | 24 | 527 | 144 | 50 |
| Binary | 11001011 | 0 | 111000 | 0 | 1100100 | 1001000 | 10100 | 101010111 | 1100100 | 101000 |
Color Harmonies of #CB0038
Complementary color
Monochromatic Colors of #CB0038
Black with #CB0038
Text Example
Text Example
White with #CB0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0038; }
p { color: rgb(203,0,56); }
H1.HeaderClassName
{
color: #CB0038;
}
.AnyTagClassName
{
color: #CB0038;
}
</style>
background-color css
<style>
a { background-color: #CB0038; }
a { background-color: rgb(203,0,56); }
div.DivClassName
{
background-color: #CB0038;
}
.BgClassName
{
background-color: #CB0038;
}
</style>
border-color css
<style>
span { border-color: #CB0038; }
span { border-color: rgb(203,0,56); }
td.TdClassName
{
border-color: #CB0038;
}
.TagClassName
{
border-color: #CB0038;
}
</style>