Shades of Crimson #CA0534
Tints of Crimson #CA0534
RGB
CMYK
RGB Variations
Color information
#CA0534 (or 0xCA0534) is known color: Crimson. HEX triplet: CA, 05 and 34. RGB value is (202,5,52). Sum of RGB (Red+Green+Blue) = 202+5+52=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0534 is #35FACB. Grayscale: #454545. Windows color (decimal): -3537612 or 3409354. OLE color: 3409354.
HSL color Cylindrical-coordinate representation of color #CA0534: hue angle of 345.69º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0534 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.21 |
| HSL | 345.69º | 0.95% | 0.41% | - |
| HSV(B) | 345.69º | 0.98% | 0.79% | - |
| XYZ | 25.03 | 12.91 | 4.42 | - |
| YUV | 69.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 52 | 0 | 0.98 | 0.74 | 0.21 | 345.69 | 0.95 | 0.41 |
| Hex | CA | 5 | 34 | 0 | 62 | 4A | 15 | 15A | 5F | 29 |
| Octal | 312 | 5 | 64 | 0 | 142 | 112 | 25 | 532 | 137 | 51 |
| Binary | 11001010 | 101 | 110100 | 0 | 1100010 | 1001010 | 10101 | 101011010 | 1011111 | 101001 |
Color Harmonies of #CA0534
Complementary color
Monochromatic Colors of #CA0534
Black with #CA0534
Text Example
Text Example
White with #CA0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0534; }
p { color: rgb(202,5,52); }
H1.HeaderClassName
{
color: #CA0534;
}
.AnyTagClassName
{
color: #CA0534;
}
</style>
background-color css
<style>
a { background-color: #CA0534; }
a { background-color: rgb(202,5,52); }
div.DivClassName
{
background-color: #CA0534;
}
.BgClassName
{
background-color: #CA0534;
}
</style>
border-color css
<style>
span { border-color: #CA0534; }
span { border-color: rgb(202,5,52); }
td.TdClassName
{
border-color: #CA0534;
}
.TagClassName
{
border-color: #CA0534;
}
</style>