Shades of Cardinal #CD1E30
Tints of Cardinal #CD1E30
RGB
CMYK
RGB Variations
Color information
#CD1E30 (or 0xCD1E30) is known color: Cardinal. HEX triplet: CD, 1E and 30. RGB value is (205,30,48). Sum of RGB (Red+Green+Blue) = 205+30+48=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E30 is #32E1CF. Grayscale: #545454. Windows color (decimal): -3334608 or 3153613. OLE color: 3153613.
HSL color Cylindrical-coordinate representation of color #CD1E30: hue angle of 353.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E30 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 48 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.20 |
| HSL | 353.83º | 0.74% | 0.46% | - |
| HSV(B) | 353.83º | 0.85% | 0.8% | - |
| XYZ | 26.17 | 14.12 | 4.14 | - |
| YUV | 84.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 48 | 0 | 0.85 | 0.77 | 0.20 | 353.83 | 0.74 | 0.46 |
| Hex | CD | 1E | 30 | 0 | 55 | 4D | 14 | 162 | 4A | 2E |
| Octal | 315 | 36 | 60 | 0 | 125 | 115 | 24 | 542 | 112 | 56 |
| Binary | 11001101 | 11110 | 110000 | 0 | 1010101 | 1001101 | 10100 | 101100010 | 1001010 | 101110 |
Color Harmonies of #CD1E30
Complementary color
Monochromatic Colors of #CD1E30
Black with #CD1E30
Text Example
Text Example
White with #CD1E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E30; }
p { color: rgb(205,30,48); }
H1.HeaderClassName
{
color: #CD1E30;
}
.AnyTagClassName
{
color: #CD1E30;
}
</style>
background-color css
<style>
a { background-color: #CD1E30; }
a { background-color: rgb(205,30,48); }
div.DivClassName
{
background-color: #CD1E30;
}
.BgClassName
{
background-color: #CD1E30;
}
</style>
border-color css
<style>
span { border-color: #CD1E30; }
span { border-color: rgb(205,30,48); }
td.TdClassName
{
border-color: #CD1E30;
}
.TagClassName
{
border-color: #CD1E30;
}
</style>