Shades of Cardinal #D02536
Tints of Cardinal #D02536
RGB
CMYK
RGB Variations
Color information
#D02536 (or 0xD02536) is known color: Cardinal. HEX triplet: D0, 25 and 36. RGB value is (208,37,54). Sum of RGB (Red+Green+Blue) = 208+37+54=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D02536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02536 is #2FDAC9. Grayscale: #5A5A5A. Windows color (decimal): -3136202 or 3548624. OLE color: 3548624.
HSL color Cylindrical-coordinate representation of color #D02536: hue angle of 354.04º 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 #D02536 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 54 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.18 |
| HSL | 354.04º | 0.7% | 0.48% | - |
| HSV(B) | 354.04º | 0.82% | 0.82% | - |
| XYZ | 27.34 | 15 | 4.94 | - |
| YUV | 90.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 54 | 0 | 0.82 | 0.74 | 0.18 | 354.04 | 0.7 | 0.48 |
| Hex | D0 | 25 | 36 | 0 | 52 | 4A | 12 | 162 | 46 | 30 |
| Octal | 320 | 45 | 66 | 0 | 122 | 112 | 22 | 542 | 106 | 60 |
| Binary | 11010000 | 100101 | 110110 | 0 | 1010010 | 1001010 | 10010 | 101100010 | 1000110 | 110000 |
Color Harmonies of #D02536
Complementary color
Monochromatic Colors of #D02536
Black with #D02536
Text Example
Text Example
White with #D02536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02536; }
p { color: rgb(208,37,54); }
H1.HeaderClassName
{
color: #D02536;
}
.AnyTagClassName
{
color: #D02536;
}
</style>
background-color css
<style>
a { background-color: #D02536; }
a { background-color: rgb(208,37,54); }
div.DivClassName
{
background-color: #D02536;
}
.BgClassName
{
background-color: #D02536;
}
</style>
border-color css
<style>
span { border-color: #D02536; }
span { border-color: rgb(208,37,54); }
td.TdClassName
{
border-color: #D02536;
}
.TagClassName
{
border-color: #D02536;
}
</style>