Shades of Cardinal #CA1F2D
Tints of Cardinal #CA1F2D
RGB
CMYK
RGB Variations
Color information
#CA1F2D (or 0xCA1F2D) is known color: Cardinal. HEX triplet: CA, 1F and 2D. RGB value is (202,31,45). Sum of RGB (Red+Green+Blue) = 202+31+45=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F2D is #35E0D2. Grayscale: #535353. Windows color (decimal): -3530963 or 2957258. OLE color: 2957258.
HSL color Cylindrical-coordinate representation of color #CA1F2D: hue angle of 355.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.21 |
| HSL | 355.09º | 0.73% | 0.46% | - |
| HSV(B) | 355.09º | 0.85% | 0.79% | - |
| XYZ | 25.32 | 13.73 | 3.8 | - |
| YUV | 83.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 45 | 0 | 0.85 | 0.78 | 0.21 | 355.09 | 0.73 | 0.46 |
| Hex | CA | 1F | 2D | 0 | 55 | 4E | 15 | 163 | 49 | 2E |
| Octal | 312 | 37 | 55 | 0 | 125 | 116 | 25 | 543 | 111 | 56 |
| Binary | 11001010 | 11111 | 101101 | 0 | 1010101 | 1001110 | 10101 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CA1F2D
Complementary color
Monochromatic Colors of #CA1F2D
Black with #CA1F2D
Text Example
Text Example
White with #CA1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F2D; }
p { color: rgb(202,31,45); }
H1.HeaderClassName
{
color: #CA1F2D;
}
.AnyTagClassName
{
color: #CA1F2D;
}
</style>
background-color css
<style>
a { background-color: #CA1F2D; }
a { background-color: rgb(202,31,45); }
div.DivClassName
{
background-color: #CA1F2D;
}
.BgClassName
{
background-color: #CA1F2D;
}
</style>
border-color css
<style>
span { border-color: #CA1F2D; }
span { border-color: rgb(202,31,45); }
td.TdClassName
{
border-color: #CA1F2D;
}
.TagClassName
{
border-color: #CA1F2D;
}
</style>