Shades of Crimson #CA0430
Tints of Crimson #CA0430
RGB
CMYK
RGB Variations
Color information
#CA0430 (or 0xCA0430) is known color: Crimson. HEX triplet: CA, 04 and 30. RGB value is (202,4,48). Sum of RGB (Red+Green+Blue) = 202+4+48=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0430 is #35FBCF. Grayscale: #444444. Windows color (decimal): -3537872 or 3146954. OLE color: 3146954.
HSL color Cylindrical-coordinate representation of color #CA0430: hue angle of 346.67º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0430 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.21 |
| HSL | 346.67º | 0.96% | 0.4% | - |
| HSV(B) | 346.67º | 0.98% | 0.79% | - |
| XYZ | 24.93 | 12.86 | 3.96 | - |
| YUV | 68.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 48 | 0 | 0.98 | 0.76 | 0.21 | 346.67 | 0.96 | 0.4 |
| Hex | CA | 4 | 30 | 0 | 62 | 4C | 15 | 15B | 60 | 28 |
| Octal | 312 | 4 | 60 | 0 | 142 | 114 | 25 | 533 | 140 | 50 |
| Binary | 11001010 | 100 | 110000 | 0 | 1100010 | 1001100 | 10101 | 101011011 | 1100000 | 101000 |
Color Harmonies of #CA0430
Complementary color
Monochromatic Colors of #CA0430
Black with #CA0430
Text Example
Text Example
White with #CA0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0430; }
p { color: rgb(202,4,48); }
H1.HeaderClassName
{
color: #CA0430;
}
.AnyTagClassName
{
color: #CA0430;
}
</style>
background-color css
<style>
a { background-color: #CA0430; }
a { background-color: rgb(202,4,48); }
div.DivClassName
{
background-color: #CA0430;
}
.BgClassName
{
background-color: #CA0430;
}
</style>
border-color css
<style>
span { border-color: #CA0430; }
span { border-color: rgb(202,4,48); }
td.TdClassName
{
border-color: #CA0430;
}
.TagClassName
{
border-color: #CA0430;
}
</style>