Shades of Cardinal #CA242F
Tints of Cardinal #CA242F
RGB
CMYK
RGB Variations
Color information
#CA242F (or 0xCA242F) is known color: Cardinal. HEX triplet: CA, 24 and 2F. RGB value is (202,36,47). Sum of RGB (Red+Green+Blue) = 202+36+47=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA242F is #35DBD0. Grayscale: #575757. Windows color (decimal): -3529681 or 3089610. OLE color: 3089610.
HSL color Cylindrical-coordinate representation of color #CA242F: hue angle of 356.02º 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 #CA242F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 47 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.21 |
| HSL | 356.02º | 0.7% | 0.47% | - |
| HSV(B) | 356.02º | 0.82% | 0.79% | - |
| XYZ | 25.5 | 14.02 | 4.05 | - |
| YUV | 86.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 47 | 0 | 0.82 | 0.77 | 0.21 | 356.02 | 0.7 | 0.47 |
| Hex | CA | 24 | 2F | 0 | 52 | 4D | 15 | 164 | 46 | 2F |
| Octal | 312 | 44 | 57 | 0 | 122 | 115 | 25 | 544 | 106 | 57 |
| Binary | 11001010 | 100100 | 101111 | 0 | 1010010 | 1001101 | 10101 | 101100100 | 1000110 | 101111 |
Color Harmonies of #CA242F
Complementary color
Monochromatic Colors of #CA242F
Black with #CA242F
Text Example
Text Example
White with #CA242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA242F; }
p { color: rgb(202,36,47); }
H1.HeaderClassName
{
color: #CA242F;
}
.AnyTagClassName
{
color: #CA242F;
}
</style>
background-color css
<style>
a { background-color: #CA242F; }
a { background-color: rgb(202,36,47); }
div.DivClassName
{
background-color: #CA242F;
}
.BgClassName
{
background-color: #CA242F;
}
</style>
border-color css
<style>
span { border-color: #CA242F; }
span { border-color: rgb(202,36,47); }
td.TdClassName
{
border-color: #CA242F;
}
.TagClassName
{
border-color: #CA242F;
}
</style>