Shades of Crimson #CA022F
Tints of Crimson #CA022F
RGB
CMYK
RGB Variations
Color information
#CA022F (or 0xCA022F) is known color: Crimson. HEX triplet: CA, 02 and 2F. RGB value is (202,2,47). Sum of RGB (Red+Green+Blue) = 202+2+47=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA022F is #35FDD0. Grayscale: #424242. Windows color (decimal): -3538385 or 3080906. OLE color: 3080906.
HSL color Cylindrical-coordinate representation of color #CA022F: hue angle of 346.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA022F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.21 |
| HSL | 346.5º | 0.98% | 0.4% | - |
| HSV(B) | 346.5º | 0.99% | 0.79% | - |
| XYZ | 24.89 | 12.81 | 3.85 | - |
| YUV | 66.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 47 | 0 | 0.99 | 0.77 | 0.21 | 346.5 | 0.98 | 0.4 |
| Hex | CA | 2 | 2F | 0 | 63 | 4D | 15 | 15A | 62 | 28 |
| Octal | 312 | 2 | 57 | 0 | 143 | 115 | 25 | 532 | 142 | 50 |
| Binary | 11001010 | 10 | 101111 | 0 | 1100011 | 1001101 | 10101 | 101011010 | 1100010 | 101000 |
Color Harmonies of #CA022F
Complementary color
Monochromatic Colors of #CA022F
Black with #CA022F
Text Example
Text Example
White with #CA022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA022F; }
p { color: rgb(202,2,47); }
H1.HeaderClassName
{
color: #CA022F;
}
.AnyTagClassName
{
color: #CA022F;
}
</style>
background-color css
<style>
a { background-color: #CA022F; }
a { background-color: rgb(202,2,47); }
div.DivClassName
{
background-color: #CA022F;
}
.BgClassName
{
background-color: #CA022F;
}
</style>
border-color css
<style>
span { border-color: #CA022F; }
span { border-color: rgb(202,2,47); }
td.TdClassName
{
border-color: #CA022F;
}
.TagClassName
{
border-color: #CA022F;
}
</style>