Shades of Cardinal #CA0F30
Tints of Cardinal #CA0F30
RGB
CMYK
RGB Variations
Color information
#CA0F30 (or 0xCA0F30) is known color: Cardinal. HEX triplet: CA, 0F and 30. RGB value is (202,15,48). Sum of RGB (Red+Green+Blue) = 202+15+48=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F30 is #35F0CF. Grayscale: #4A4A4A. Windows color (decimal): -3535056 or 3149770. OLE color: 3149770.
HSL color Cylindrical-coordinate representation of color #CA0F30: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F30 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 48 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.21 |
| HSL | 349.41º | 0.86% | 0.43% | - |
| HSV(B) | 349.41º | 0.93% | 0.79% | - |
| XYZ | 25.06 | 13.11 | 4.01 | - |
| YUV | 74.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 48 | 0 | 0.93 | 0.76 | 0.21 | 349.41 | 0.86 | 0.43 |
| Hex | CA | F | 30 | 0 | 5D | 4C | 15 | 15D | 56 | 2B |
| Octal | 312 | 17 | 60 | 0 | 135 | 114 | 25 | 535 | 126 | 53 |
| Binary | 11001010 | 1111 | 110000 | 0 | 1011101 | 1001100 | 10101 | 101011101 | 1010110 | 101011 |
Color Harmonies of #CA0F30
Complementary color
Monochromatic Colors of #CA0F30
Black with #CA0F30
Text Example
Text Example
White with #CA0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F30; }
p { color: rgb(202,15,48); }
H1.HeaderClassName
{
color: #CA0F30;
}
.AnyTagClassName
{
color: #CA0F30;
}
</style>
background-color css
<style>
a { background-color: #CA0F30; }
a { background-color: rgb(202,15,48); }
div.DivClassName
{
background-color: #CA0F30;
}
.BgClassName
{
background-color: #CA0F30;
}
</style>
border-color css
<style>
span { border-color: #CA0F30; }
span { border-color: rgb(202,15,48); }
td.TdClassName
{
border-color: #CA0F30;
}
.TagClassName
{
border-color: #CA0F30;
}
</style>