Shades of Cardinal #CA242D
Tints of Cardinal #CA242D
RGB
CMYK
RGB Variations
Color information
#CA242D (or 0xCA242D) is known color: Cardinal. HEX triplet: CA, 24 and 2D. RGB value is (202,36,45). Sum of RGB (Red+Green+Blue) = 202+36+45=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA242D is #35DBD2. Grayscale: #565656. Windows color (decimal): -3529683 or 2958538. OLE color: 2958538.
HSL color Cylindrical-coordinate representation of color #CA242D: hue angle of 356.75º 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 #CA242D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.21 |
| HSL | 356.75º | 0.7% | 0.47% | - |
| HSV(B) | 356.75º | 0.82% | 0.79% | - |
| XYZ | 25.46 | 14.01 | 3.84 | - |
| YUV | 86.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 45 | 0 | 0.82 | 0.78 | 0.21 | 356.75 | 0.7 | 0.47 |
| Hex | CA | 24 | 2D | 0 | 52 | 4E | 15 | 165 | 46 | 2F |
| Octal | 312 | 44 | 55 | 0 | 122 | 116 | 25 | 545 | 106 | 57 |
| Binary | 11001010 | 100100 | 101101 | 0 | 1010010 | 1001110 | 10101 | 101100101 | 1000110 | 101111 |
Color Harmonies of #CA242D
Complementary color
Monochromatic Colors of #CA242D
Black with #CA242D
Text Example
Text Example
White with #CA242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA242D; }
p { color: rgb(202,36,45); }
H1.HeaderClassName
{
color: #CA242D;
}
.AnyTagClassName
{
color: #CA242D;
}
</style>
background-color css
<style>
a { background-color: #CA242D; }
a { background-color: rgb(202,36,45); }
div.DivClassName
{
background-color: #CA242D;
}
.BgClassName
{
background-color: #CA242D;
}
</style>
border-color css
<style>
span { border-color: #CA242D; }
span { border-color: rgb(202,36,45); }
td.TdClassName
{
border-color: #CA242D;
}
.TagClassName
{
border-color: #CA242D;
}
</style>