Shades of Crimson #CB0F43
Tints of Crimson #CB0F43
RGB
CMYK
RGB Variations
Color information
#CB0F43 (or 0xCB0F43) is known color: Crimson. HEX triplet: CB, 0F and 43. RGB value is (203,15,67). Sum of RGB (Red+Green+Blue) = 203+15+67=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F43 is #34F0BC. Grayscale: #4D4D4D. Windows color (decimal): -3469501 or 4394955. OLE color: 4394955.
HSL color Cylindrical-coordinate representation of color #CB0F43: hue angle of 343.4º 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 #CB0F43 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 67 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.20 |
| HSL | 343.4º | 0.86% | 0.43% | - |
| HSV(B) | 343.4º | 0.93% | 0.8% | - |
| XYZ | 25.81 | 13.44 | 6.54 | - |
| YUV | 77.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 67 | 0 | 0.93 | 0.67 | 0.20 | 343.4 | 0.86 | 0.43 |
| Hex | CB | F | 43 | 0 | 5D | 43 | 14 | 157 | 56 | 2B |
| Octal | 313 | 17 | 103 | 0 | 135 | 103 | 24 | 527 | 126 | 53 |
| Binary | 11001011 | 1111 | 1000011 | 0 | 1011101 | 1000011 | 10100 | 101010111 | 1010110 | 101011 |
Color Harmonies of #CB0F43
Complementary color
Monochromatic Colors of #CB0F43
Black with #CB0F43
Text Example
Text Example
White with #CB0F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F43; }
p { color: rgb(203,15,67); }
H1.HeaderClassName
{
color: #CB0F43;
}
.AnyTagClassName
{
color: #CB0F43;
}
</style>
background-color css
<style>
a { background-color: #CB0F43; }
a { background-color: rgb(203,15,67); }
div.DivClassName
{
background-color: #CB0F43;
}
.BgClassName
{
background-color: #CB0F43;
}
</style>
border-color css
<style>
span { border-color: #CB0F43; }
span { border-color: rgb(203,15,67); }
td.TdClassName
{
border-color: #CB0F43;
}
.TagClassName
{
border-color: #CB0F43;
}
</style>