Shades of Crimson #CB022F
Tints of Crimson #CB022F
RGB
CMYK
RGB Variations
Color information
#CB022F (or 0xCB022F) is known color: Crimson. HEX triplet: CB, 02 and 2F. RGB value is (203,2,47). Sum of RGB (Red+Green+Blue) = 203+2+47=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB022F is #34FDD0. Grayscale: #434343. Windows color (decimal): -3472849 or 3080907. OLE color: 3080907.
HSL color Cylindrical-coordinate representation of color #CB022F: hue angle of 346.57º degrees, saturation: 0.98, 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 #CB022F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.20 |
| HSL | 346.57º | 0.98% | 0.4% | - |
| HSV(B) | 346.57º | 0.99% | 0.8% | - |
| XYZ | 25.16 | 12.95 | 3.86 | - |
| YUV | 67.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 47 | 0 | 0.99 | 0.77 | 0.20 | 346.57 | 0.98 | 0.4 |
| Hex | CB | 2 | 2F | 0 | 63 | 4D | 14 | 15B | 62 | 28 |
| Octal | 313 | 2 | 57 | 0 | 143 | 115 | 24 | 533 | 142 | 50 |
| Binary | 11001011 | 10 | 101111 | 0 | 1100011 | 1001101 | 10100 | 101011011 | 1100010 | 101000 |
Color Harmonies of #CB022F
Complementary color
Monochromatic Colors of #CB022F
Black with #CB022F
Text Example
Text Example
White with #CB022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB022F; }
p { color: rgb(203,2,47); }
H1.HeaderClassName
{
color: #CB022F;
}
.AnyTagClassName
{
color: #CB022F;
}
</style>
background-color css
<style>
a { background-color: #CB022F; }
a { background-color: rgb(203,2,47); }
div.DivClassName
{
background-color: #CB022F;
}
.BgClassName
{
background-color: #CB022F;
}
</style>
border-color css
<style>
span { border-color: #CB022F; }
span { border-color: rgb(203,2,47); }
td.TdClassName
{
border-color: #CB022F;
}
.TagClassName
{
border-color: #CB022F;
}
</style>