Shades of Crimson #CA0034
Tints of Crimson #CA0034
RGB
CMYK
RGB Variations
Color information
#CA0034 (or 0xCA0034) is known color: Crimson. HEX triplet: CA, 00 and 34. RGB value is (202,0,52). Sum of RGB (Red+Green+Blue) = 202+0+52=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0034 is #35FFCB. Grayscale: #424242. Windows color (decimal): -3538892 or 3408074. OLE color: 3408074.
HSL color Cylindrical-coordinate representation of color #CA0034: hue angle of 344.55º 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 #CA0034 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.74 | 0.21 |
| HSL | 344.55º | 1% | 0.4% | - |
| HSV(B) | 344.55º | 1% | 0.79% | - |
| XYZ | 24.98 | 12.8 | 4.4 | - |
| YUV | 66.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 52 | 0 | 1 | 0.74 | 0.21 | 344.55 | 1 | 0.4 |
| Hex | CA | 0 | 34 | 0 | 64 | 4A | 15 | 159 | 64 | 28 |
| Octal | 312 | 0 | 64 | 0 | 144 | 112 | 25 | 531 | 144 | 50 |
| Binary | 11001010 | 0 | 110100 | 0 | 1100100 | 1001010 | 10101 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CA0034
Complementary color
Monochromatic Colors of #CA0034
Black with #CA0034
Text Example
Text Example
White with #CA0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0034; }
p { color: rgb(202,0,52); }
H1.HeaderClassName
{
color: #CA0034;
}
.AnyTagClassName
{
color: #CA0034;
}
</style>
background-color css
<style>
a { background-color: #CA0034; }
a { background-color: rgb(202,0,52); }
div.DivClassName
{
background-color: #CA0034;
}
.BgClassName
{
background-color: #CA0034;
}
</style>
border-color css
<style>
span { border-color: #CA0034; }
span { border-color: rgb(202,0,52); }
td.TdClassName
{
border-color: #CA0034;
}
.TagClassName
{
border-color: #CA0034;
}
</style>