Shades of Cardinal #CA2438
Tints of Cardinal #CA2438
RGB
CMYK
RGB Variations
Color information
#CA2438 (or 0xCA2438) is known color: Cardinal. HEX triplet: CA, 24 and 38. RGB value is (202,36,56). Sum of RGB (Red+Green+Blue) = 202+36+56=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2438 is #35DBC7. Grayscale: #575757. Windows color (decimal): -3529672 or 3679434. OLE color: 3679434.
HSL color Cylindrical-coordinate representation of color #CA2438: hue angle of 352.77º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2438 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 56 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.21 |
| HSL | 352.77º | 0.7% | 0.47% | - |
| HSV(B) | 352.77º | 0.82% | 0.79% | - |
| XYZ | 25.7 | 14.1 | 5.11 | - |
| YUV | 87.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 56 | 0 | 0.82 | 0.72 | 0.21 | 352.77 | 0.7 | 0.47 |
| Hex | CA | 24 | 38 | 0 | 52 | 48 | 15 | 161 | 46 | 2F |
| Octal | 312 | 44 | 70 | 0 | 122 | 110 | 25 | 541 | 106 | 57 |
| Binary | 11001010 | 100100 | 111000 | 0 | 1010010 | 1001000 | 10101 | 101100001 | 1000110 | 101111 |
Color Harmonies of #CA2438
Complementary color
Monochromatic Colors of #CA2438
Black with #CA2438
Text Example
Text Example
White with #CA2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2438; }
p { color: rgb(202,36,56); }
H1.HeaderClassName
{
color: #CA2438;
}
.AnyTagClassName
{
color: #CA2438;
}
</style>
background-color css
<style>
a { background-color: #CA2438; }
a { background-color: rgb(202,36,56); }
div.DivClassName
{
background-color: #CA2438;
}
.BgClassName
{
background-color: #CA2438;
}
</style>
border-color css
<style>
span { border-color: #CA2438; }
span { border-color: rgb(202,36,56); }
td.TdClassName
{
border-color: #CA2438;
}
.TagClassName
{
border-color: #CA2438;
}
</style>