Shades of Crimson #CA003C
Tints of Crimson #CA003C
RGB
CMYK
RGB Variations
Color information
#CA003C (or 0xCA003C) is known color: Crimson. HEX triplet: CA, 00 and 3C. RGB value is (202,0,60). Sum of RGB (Red+Green+Blue) = 202+0+60=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA003C is #35FFC3. Grayscale: #434343. Windows color (decimal): -3538884 or 3932362. OLE color: 3932362.
HSL color Cylindrical-coordinate representation of color #CA003C: hue angle of 342.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA003C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.70 | 0.21 |
| HSL | 342.18º | 1% | 0.4% | - |
| HSV(B) | 342.18º | 1% | 0.79% | - |
| XYZ | 25.17 | 12.88 | 5.43 | - |
| YUV | 67.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 60 | 0 | 1 | 0.70 | 0.21 | 342.18 | 1 | 0.4 |
| Hex | CA | 0 | 3C | 0 | 64 | 46 | 15 | 156 | 64 | 28 |
| Octal | 312 | 0 | 74 | 0 | 144 | 106 | 25 | 526 | 144 | 50 |
| Binary | 11001010 | 0 | 111100 | 0 | 1100100 | 1000110 | 10101 | 101010110 | 1100100 | 101000 |
Color Harmonies of #CA003C
Complementary color
Monochromatic Colors of #CA003C
Black with #CA003C
Text Example
Text Example
White with #CA003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA003C; }
p { color: rgb(202,0,60); }
H1.HeaderClassName
{
color: #CA003C;
}
.AnyTagClassName
{
color: #CA003C;
}
</style>
background-color css
<style>
a { background-color: #CA003C; }
a { background-color: rgb(202,0,60); }
div.DivClassName
{
background-color: #CA003C;
}
.BgClassName
{
background-color: #CA003C;
}
</style>
border-color css
<style>
span { border-color: #CA003C; }
span { border-color: rgb(202,0,60); }
td.TdClassName
{
border-color: #CA003C;
}
.TagClassName
{
border-color: #CA003C;
}
</style>