Shades of Crimson #CA023C
Tints of Crimson #CA023C
RGB
CMYK
RGB Variations
Color information
#CA023C (or 0xCA023C) is known color: Crimson. HEX triplet: CA, 02 and 3C. RGB value is (202,2,60). Sum of RGB (Red+Green+Blue) = 202+2+60=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA023C is #35FDC3. Grayscale: #444444. Windows color (decimal): -3538372 or 3932874. OLE color: 3932874.
HSL color Cylindrical-coordinate representation of color #CA023C: hue angle of 342.6º 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 #CA023C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.21 |
| HSL | 342.6º | 0.98% | 0.4% | - |
| HSV(B) | 342.6º | 0.99% | 0.79% | - |
| XYZ | 25.19 | 12.93 | 5.44 | - |
| YUV | 68.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 60 | 0 | 0.99 | 0.70 | 0.21 | 342.6 | 0.98 | 0.4 |
| Hex | CA | 2 | 3C | 0 | 63 | 46 | 15 | 157 | 62 | 28 |
| Octal | 312 | 2 | 74 | 0 | 143 | 106 | 25 | 527 | 142 | 50 |
| Binary | 11001010 | 10 | 111100 | 0 | 1100011 | 1000110 | 10101 | 101010111 | 1100010 | 101000 |
Color Harmonies of #CA023C
Complementary color
Monochromatic Colors of #CA023C
Black with #CA023C
Text Example
Text Example
White with #CA023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA023C; }
p { color: rgb(202,2,60); }
H1.HeaderClassName
{
color: #CA023C;
}
.AnyTagClassName
{
color: #CA023C;
}
</style>
background-color css
<style>
a { background-color: #CA023C; }
a { background-color: rgb(202,2,60); }
div.DivClassName
{
background-color: #CA023C;
}
.BgClassName
{
background-color: #CA023C;
}
</style>
border-color css
<style>
span { border-color: #CA023C; }
span { border-color: rgb(202,2,60); }
td.TdClassName
{
border-color: #CA023C;
}
.TagClassName
{
border-color: #CA023C;
}
</style>