Shades of Crimson #CA0234
Tints of Crimson #CA0234
RGB
CMYK
RGB Variations
Color information
#CA0234 (or 0xCA0234) is known color: Crimson. HEX triplet: CA, 02 and 34. RGB value is (202,2,52). Sum of RGB (Red+Green+Blue) = 202+2+52=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0234 is #35FDCB. Grayscale: #434343. Windows color (decimal): -3538380 or 3408586. OLE color: 3408586.
HSL color Cylindrical-coordinate representation of color #CA0234: hue angle of 345º 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 #CA0234 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.21 |
| HSL | 345º | 0.98% | 0.4% | - |
| HSV(B) | 345º | 0.99% | 0.79% | - |
| XYZ | 25 | 12.85 | 4.41 | - |
| YUV | 67.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 52 | 0 | 0.99 | 0.74 | 0.21 | 345 | 0.98 | 0.4 |
| Hex | CA | 2 | 34 | 0 | 63 | 4A | 15 | 159 | 62 | 28 |
| Octal | 312 | 2 | 64 | 0 | 143 | 112 | 25 | 531 | 142 | 50 |
| Binary | 11001010 | 10 | 110100 | 0 | 1100011 | 1001010 | 10101 | 101011001 | 1100010 | 101000 |
Color Harmonies of #CA0234
Complementary color
Monochromatic Colors of #CA0234
Black with #CA0234
Text Example
Text Example
White with #CA0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0234; }
p { color: rgb(202,2,52); }
H1.HeaderClassName
{
color: #CA0234;
}
.AnyTagClassName
{
color: #CA0234;
}
</style>
background-color css
<style>
a { background-color: #CA0234; }
a { background-color: rgb(202,2,52); }
div.DivClassName
{
background-color: #CA0234;
}
.BgClassName
{
background-color: #CA0234;
}
</style>
border-color css
<style>
span { border-color: #CA0234; }
span { border-color: rgb(202,2,52); }
td.TdClassName
{
border-color: #CA0234;
}
.TagClassName
{
border-color: #CA0234;
}
</style>