Shades of Cardinal #D02434
Tints of Cardinal #D02434
RGB
CMYK
RGB Variations
Color information
#D02434 (or 0xD02434) is known color: Cardinal. HEX triplet: D0, 24 and 34. RGB value is (208,36,52). Sum of RGB (Red+Green+Blue) = 208+36+52=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D02434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02434 is #2FDBCB. Grayscale: #595959. Windows color (decimal): -3136460 or 3417296. OLE color: 3417296.
HSL color Cylindrical-coordinate representation of color #D02434: hue angle of 354.42º 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 #D02434 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 52 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.42º | 0.7% | 0.48% | - |
| HSV(B) | 354.42º | 0.83% | 0.82% | - |
| XYZ | 27.26 | 14.92 | 4.69 | - |
| YUV | 89.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 52 | 0 | 0.83 | 0.75 | 0.18 | 354.42 | 0.7 | 0.48 |
| Hex | D0 | 24 | 34 | 0 | 53 | 4B | 12 | 162 | 46 | 30 |
| Octal | 320 | 44 | 64 | 0 | 123 | 113 | 22 | 542 | 106 | 60 |
| Binary | 11010000 | 100100 | 110100 | 0 | 1010011 | 1001011 | 10010 | 101100010 | 1000110 | 110000 |
Color Harmonies of #D02434
Complementary color
Monochromatic Colors of #D02434
Black with #D02434
Text Example
Text Example
White with #D02434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02434; }
p { color: rgb(208,36,52); }
H1.HeaderClassName
{
color: #D02434;
}
.AnyTagClassName
{
color: #D02434;
}
</style>
background-color css
<style>
a { background-color: #D02434; }
a { background-color: rgb(208,36,52); }
div.DivClassName
{
background-color: #D02434;
}
.BgClassName
{
background-color: #D02434;
}
</style>
border-color css
<style>
span { border-color: #D02434; }
span { border-color: rgb(208,36,52); }
td.TdClassName
{
border-color: #D02434;
}
.TagClassName
{
border-color: #D02434;
}
</style>