Shades of Crimson #CA023E
Tints of Crimson #CA023E
RGB
CMYK
RGB Variations
Color information
#CA023E (or 0xCA023E) is known color: Crimson. HEX triplet: CA, 02 and 3E. RGB value is (202,2,62). Sum of RGB (Red+Green+Blue) = 202+2+62=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA023E is #35FDC1. Grayscale: #444444. Windows color (decimal): -3538370 or 4063946. OLE color: 4063946.
HSL color Cylindrical-coordinate representation of color #CA023E: hue angle of 342º 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 #CA023E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.21 |
| HSL | 342º | 0.98% | 0.4% | - |
| HSV(B) | 342º | 0.99% | 0.79% | - |
| XYZ | 25.25 | 12.95 | 5.73 | - |
| YUV | 68.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 62 | 0 | 0.99 | 0.69 | 0.21 | 342 | 0.98 | 0.4 |
| Hex | CA | 2 | 3E | 0 | 63 | 45 | 15 | 156 | 62 | 28 |
| Octal | 312 | 2 | 76 | 0 | 143 | 105 | 25 | 526 | 142 | 50 |
| Binary | 11001010 | 10 | 111110 | 0 | 1100011 | 1000101 | 10101 | 101010110 | 1100010 | 101000 |
Color Harmonies of #CA023E
Complementary color
Monochromatic Colors of #CA023E
Black with #CA023E
Text Example
Text Example
White with #CA023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA023E; }
p { color: rgb(202,2,62); }
H1.HeaderClassName
{
color: #CA023E;
}
.AnyTagClassName
{
color: #CA023E;
}
</style>
background-color css
<style>
a { background-color: #CA023E; }
a { background-color: rgb(202,2,62); }
div.DivClassName
{
background-color: #CA023E;
}
.BgClassName
{
background-color: #CA023E;
}
</style>
border-color css
<style>
span { border-color: #CA023E; }
span { border-color: rgb(202,2,62); }
td.TdClassName
{
border-color: #CA023E;
}
.TagClassName
{
border-color: #CA023E;
}
</style>