Shades of Cardinal #CD1E2F
Tints of Cardinal #CD1E2F
RGB
CMYK
RGB Variations
Color information
#CD1E2F (or 0xCD1E2F) is known color: Cardinal. HEX triplet: CD, 1E and 2F. RGB value is (205,30,47). Sum of RGB (Red+Green+Blue) = 205+30+47=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E2F is #32E1D0. Grayscale: #545454. Windows color (decimal): -3334609 or 3088077. OLE color: 3088077.
HSL color Cylindrical-coordinate representation of color #CD1E2F: hue angle of 354.17º 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 #CD1E2F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 47 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.20 |
| HSL | 354.17º | 0.74% | 0.46% | - |
| HSV(B) | 354.17º | 0.85% | 0.8% | - |
| XYZ | 26.15 | 14.11 | 4.03 | - |
| YUV | 84.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 47 | 0 | 0.85 | 0.77 | 0.20 | 354.17 | 0.74 | 0.46 |
| Hex | CD | 1E | 2F | 0 | 55 | 4D | 14 | 162 | 4A | 2E |
| Octal | 315 | 36 | 57 | 0 | 125 | 115 | 24 | 542 | 112 | 56 |
| Binary | 11001101 | 11110 | 101111 | 0 | 1010101 | 1001101 | 10100 | 101100010 | 1001010 | 101110 |
Color Harmonies of #CD1E2F
Complementary color
Monochromatic Colors of #CD1E2F
Black with #CD1E2F
Text Example
Text Example
White with #CD1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E2F; }
p { color: rgb(205,30,47); }
H1.HeaderClassName
{
color: #CD1E2F;
}
.AnyTagClassName
{
color: #CD1E2F;
}
</style>
background-color css
<style>
a { background-color: #CD1E2F; }
a { background-color: rgb(205,30,47); }
div.DivClassName
{
background-color: #CD1E2F;
}
.BgClassName
{
background-color: #CD1E2F;
}
</style>
border-color css
<style>
span { border-color: #CD1E2F; }
span { border-color: rgb(205,30,47); }
td.TdClassName
{
border-color: #CD1E2F;
}
.TagClassName
{
border-color: #CD1E2F;
}
</style>