Shades of Cardinal #CD263A
Tints of Cardinal #CD263A
RGB
CMYK
RGB Variations
Color information
#CD263A (or 0xCD263A) is known color: Cardinal. HEX triplet: CD, 26 and 3A. RGB value is (205,38,58). Sum of RGB (Red+Green+Blue) = 205+38+58=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD263A is #32D9C5. Grayscale: #5A5A5A. Windows color (decimal): -3332550 or 3811021. OLE color: 3811021.
HSL color Cylindrical-coordinate representation of color #CD263A: hue angle of 352.81º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD263A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 58 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.20 |
| HSL | 352.81º | 0.69% | 0.48% | - |
| HSV(B) | 352.81º | 0.81% | 0.8% | - |
| XYZ | 26.63 | 14.67 | 5.43 | - |
| YUV | 90.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 58 | 0 | 0.81 | 0.72 | 0.20 | 352.81 | 0.69 | 0.48 |
| Hex | CD | 26 | 3A | 0 | 51 | 48 | 14 | 161 | 45 | 30 |
| Octal | 315 | 46 | 72 | 0 | 121 | 110 | 24 | 541 | 105 | 60 |
| Binary | 11001101 | 100110 | 111010 | 0 | 1010001 | 1001000 | 10100 | 101100001 | 1000101 | 110000 |
Color Harmonies of #CD263A
Complementary color
Monochromatic Colors of #CD263A
Black with #CD263A
Text Example
Text Example
White with #CD263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD263A; }
p { color: rgb(205,38,58); }
H1.HeaderClassName
{
color: #CD263A;
}
.AnyTagClassName
{
color: #CD263A;
}
</style>
background-color css
<style>
a { background-color: #CD263A; }
a { background-color: rgb(205,38,58); }
div.DivClassName
{
background-color: #CD263A;
}
.BgClassName
{
background-color: #CD263A;
}
</style>
border-color css
<style>
span { border-color: #CD263A; }
span { border-color: rgb(205,38,58); }
td.TdClassName
{
border-color: #CD263A;
}
.TagClassName
{
border-color: #CD263A;
}
</style>