Shades of Cardinal #D02433
Tints of Cardinal #D02433
RGB
CMYK
RGB Variations
Color information
#D02433 (or 0xD02433) is known color: Cardinal. HEX triplet: D0, 24 and 33. RGB value is (208,36,51). Sum of RGB (Red+Green+Blue) = 208+36+51=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02433 is #2FDBCC. Grayscale: #595959. Windows color (decimal): -3136461 or 3351760. OLE color: 3351760.
HSL color Cylindrical-coordinate representation of color #D02433: hue angle of 354.77º 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 #D02433 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 51 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.77º | 0.7% | 0.48% | - |
| HSV(B) | 354.77º | 0.83% | 0.82% | - |
| XYZ | 27.24 | 14.91 | 4.57 | - |
| YUV | 89.14 | 106.48 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 51 | 0 | 0.83 | 0.75 | 0.18 | 354.77 | 0.7 | 0.48 |
| Hex | D0 | 24 | 33 | 0 | 53 | 4B | 12 | 163 | 46 | 30 |
| Octal | 320 | 44 | 63 | 0 | 123 | 113 | 22 | 543 | 106 | 60 |
| Binary | 11010000 | 100100 | 110011 | 0 | 1010011 | 1001011 | 10010 | 101100011 | 1000110 | 110000 |
Color Harmonies of #D02433
Complementary color
Monochromatic Colors of #D02433
Black with #D02433
Text Example
Text Example
White with #D02433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02433; }
p { color: rgb(208,36,51); }
H1.HeaderClassName
{
color: #D02433;
}
.AnyTagClassName
{
color: #D02433;
}
</style>
background-color css
<style>
a { background-color: #D02433; }
a { background-color: rgb(208,36,51); }
div.DivClassName
{
background-color: #D02433;
}
.BgClassName
{
background-color: #D02433;
}
</style>
border-color css
<style>
span { border-color: #D02433; }
span { border-color: rgb(208,36,51); }
td.TdClassName
{
border-color: #D02433;
}
.TagClassName
{
border-color: #D02433;
}
</style>