Shades of Cardinal #D02533
Tints of Cardinal #D02533
RGB
CMYK
RGB Variations
Color information
#D02533 (or 0xD02533) is known color: Cardinal. HEX triplet: D0, 25 and 33. RGB value is (208,37,51). Sum of RGB (Red+Green+Blue) = 208+37+51=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D02533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02533 is #2FDACC. Grayscale: #595959. Windows color (decimal): -3136205 or 3352016. OLE color: 3352016.
HSL color Cylindrical-coordinate representation of color #D02533: hue angle of 355.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02533 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 51 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.18 |
| HSL | 355.09º | 0.7% | 0.48% | - |
| HSV(B) | 355.09º | 0.82% | 0.82% | - |
| XYZ | 27.27 | 14.97 | 4.58 | - |
| YUV | 89.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 51 | 0 | 0.82 | 0.75 | 0.18 | 355.09 | 0.7 | 0.48 |
| Hex | D0 | 25 | 33 | 0 | 52 | 4B | 12 | 163 | 46 | 30 |
| Octal | 320 | 45 | 63 | 0 | 122 | 113 | 22 | 543 | 106 | 60 |
| Binary | 11010000 | 100101 | 110011 | 0 | 1010010 | 1001011 | 10010 | 101100011 | 1000110 | 110000 |
Color Harmonies of #D02533
Complementary color
Monochromatic Colors of #D02533
Black with #D02533
Text Example
Text Example
White with #D02533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02533; }
p { color: rgb(208,37,51); }
H1.HeaderClassName
{
color: #D02533;
}
.AnyTagClassName
{
color: #D02533;
}
</style>
background-color css
<style>
a { background-color: #D02533; }
a { background-color: rgb(208,37,51); }
div.DivClassName
{
background-color: #D02533;
}
.BgClassName
{
background-color: #D02533;
}
</style>
border-color css
<style>
span { border-color: #D02533; }
span { border-color: rgb(208,37,51); }
td.TdClassName
{
border-color: #D02533;
}
.TagClassName
{
border-color: #D02533;
}
</style>