Shades of Crimson #CB0F4B
Tints of Crimson #CB0F4B
RGB
CMYK
RGB Variations
Color information
#CB0F4B (or 0xCB0F4B) is known color: Crimson. HEX triplet: CB, 0F and 4B. RGB value is (203,15,75). Sum of RGB (Red+Green+Blue) = 203+15+75=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F4B is #34F0B4. Grayscale: #4E4E4E. Windows color (decimal): -3469493 or 4919243. OLE color: 4919243.
HSL color Cylindrical-coordinate representation of color #CB0F4B: hue angle of 340.85º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F4B is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 75 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.20 |
| HSL | 340.85º | 0.86% | 0.43% | - |
| HSV(B) | 340.85º | 0.93% | 0.8% | - |
| XYZ | 26.07 | 13.55 | 7.9 | - |
| YUV | 78.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 75 | 0 | 0.93 | 0.63 | 0.20 | 340.85 | 0.86 | 0.43 |
| Hex | CB | F | 4B | 0 | 5D | 3F | 14 | 155 | 56 | 2B |
| Octal | 313 | 17 | 113 | 0 | 135 | 77 | 24 | 525 | 126 | 53 |
| Binary | 11001011 | 1111 | 1001011 | 0 | 1011101 | 111111 | 10100 | 101010101 | 1010110 | 101011 |
Color Harmonies of #CB0F4B
Complementary color
Monochromatic Colors of #CB0F4B
Black with #CB0F4B
Text Example
Text Example
White with #CB0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F4B; }
p { color: rgb(203,15,75); }
H1.HeaderClassName
{
color: #CB0F4B;
}
.AnyTagClassName
{
color: #CB0F4B;
}
</style>
background-color css
<style>
a { background-color: #CB0F4B; }
a { background-color: rgb(203,15,75); }
div.DivClassName
{
background-color: #CB0F4B;
}
.BgClassName
{
background-color: #CB0F4B;
}
</style>
border-color css
<style>
span { border-color: #CB0F4B; }
span { border-color: rgb(203,15,75); }
td.TdClassName
{
border-color: #CB0F4B;
}
.TagClassName
{
border-color: #CB0F4B;
}
</style>