Shades of Cardinal #D02035
Tints of Cardinal #D02035
RGB
CMYK
RGB Variations
Color information
#D02035 (or 0xD02035) is known color: Cardinal. HEX triplet: D0, 20 and 35. RGB value is (208,32,53). Sum of RGB (Red+Green+Blue) = 208+32+53=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D02035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02035 is #2FDFCA. Grayscale: #575757. Windows color (decimal): -3137483 or 3481808. OLE color: 3481808.
HSL color Cylindrical-coordinate representation of color #D02035: hue angle of 352.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02035 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 53 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.18 |
| HSL | 352.84º | 0.73% | 0.47% | - |
| HSV(B) | 352.84º | 0.85% | 0.82% | - |
| XYZ | 27.17 | 14.7 | 4.77 | - |
| YUV | 87.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 53 | 0 | 0.85 | 0.75 | 0.18 | 352.84 | 0.73 | 0.47 |
| Hex | D0 | 20 | 35 | 0 | 55 | 4B | 12 | 161 | 49 | 2F |
| Octal | 320 | 40 | 65 | 0 | 125 | 113 | 22 | 541 | 111 | 57 |
| Binary | 11010000 | 100000 | 110101 | 0 | 1010101 | 1001011 | 10010 | 101100001 | 1001001 | 101111 |
Color Harmonies of #D02035
Complementary color
Monochromatic Colors of #D02035
Black with #D02035
Text Example
Text Example
White with #D02035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02035; }
p { color: rgb(208,32,53); }
H1.HeaderClassName
{
color: #D02035;
}
.AnyTagClassName
{
color: #D02035;
}
</style>
background-color css
<style>
a { background-color: #D02035; }
a { background-color: rgb(208,32,53); }
div.DivClassName
{
background-color: #D02035;
}
.BgClassName
{
background-color: #D02035;
}
</style>
border-color css
<style>
span { border-color: #D02035; }
span { border-color: rgb(208,32,53); }
td.TdClassName
{
border-color: #D02035;
}
.TagClassName
{
border-color: #D02035;
}
</style>