Shades of Cardinal #D02432
Tints of Cardinal #D02432
RGB
CMYK
RGB Variations
Color information
#D02432 (or 0xD02432) is known color: Cardinal. HEX triplet: D0, 24 and 32. RGB value is (208,36,50). Sum of RGB (Red+Green+Blue) = 208+36+50=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D02432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02432 is #2FDBCD. Grayscale: #595959. Windows color (decimal): -3136462 or 3286224. OLE color: 3286224.
HSL color Cylindrical-coordinate representation of color #D02432: hue angle of 355.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02432 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 50 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.18 |
| HSL | 355.12º | 0.7% | 0.48% | - |
| HSV(B) | 355.12º | 0.83% | 0.82% | - |
| XYZ | 27.22 | 14.9 | 4.46 | - |
| YUV | 89.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 50 | 0 | 0.83 | 0.76 | 0.18 | 355.12 | 0.7 | 0.48 |
| Hex | D0 | 24 | 32 | 0 | 53 | 4C | 12 | 163 | 46 | 30 |
| Octal | 320 | 44 | 62 | 0 | 123 | 114 | 22 | 543 | 106 | 60 |
| Binary | 11010000 | 100100 | 110010 | 0 | 1010011 | 1001100 | 10010 | 101100011 | 1000110 | 110000 |
Color Harmonies of #D02432
Complementary color
Monochromatic Colors of #D02432
Black with #D02432
Text Example
Text Example
White with #D02432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02432; }
p { color: rgb(208,36,50); }
H1.HeaderClassName
{
color: #D02432;
}
.AnyTagClassName
{
color: #D02432;
}
</style>
background-color css
<style>
a { background-color: #D02432; }
a { background-color: rgb(208,36,50); }
div.DivClassName
{
background-color: #D02432;
}
.BgClassName
{
background-color: #D02432;
}
</style>
border-color css
<style>
span { border-color: #D02432; }
span { border-color: rgb(208,36,50); }
td.TdClassName
{
border-color: #D02432;
}
.TagClassName
{
border-color: #D02432;
}
</style>