Shades of Cardinal #D02537
Tints of Cardinal #D02537
RGB
CMYK
RGB Variations
Color information
#D02537 (or 0xD02537) is known color: Cardinal. HEX triplet: D0, 25 and 37. RGB value is (208,37,55). Sum of RGB (Red+Green+Blue) = 208+37+55=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D02537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02537 is #2FDAC8. Grayscale: #5A5A5A. Windows color (decimal): -3136201 or 3614160. OLE color: 3614160.
HSL color Cylindrical-coordinate representation of color #D02537: hue angle of 353.68º 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 #D02537 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 55 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.18 |
| HSL | 353.68º | 0.7% | 0.48% | - |
| HSV(B) | 353.68º | 0.82% | 0.82% | - |
| XYZ | 27.36 | 15.01 | 5.07 | - |
| YUV | 90.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 55 | 0 | 0.82 | 0.74 | 0.18 | 353.68 | 0.7 | 0.48 |
| Hex | D0 | 25 | 37 | 0 | 52 | 4A | 12 | 162 | 46 | 30 |
| Octal | 320 | 45 | 67 | 0 | 122 | 112 | 22 | 542 | 106 | 60 |
| Binary | 11010000 | 100101 | 110111 | 0 | 1010010 | 1001010 | 10010 | 101100010 | 1000110 | 110000 |
Color Harmonies of #D02537
Complementary color
Monochromatic Colors of #D02537
Black with #D02537
Text Example
Text Example
White with #D02537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02537; }
p { color: rgb(208,37,55); }
H1.HeaderClassName
{
color: #D02537;
}
.AnyTagClassName
{
color: #D02537;
}
</style>
background-color css
<style>
a { background-color: #D02537; }
a { background-color: rgb(208,37,55); }
div.DivClassName
{
background-color: #D02537;
}
.BgClassName
{
background-color: #D02537;
}
</style>
border-color css
<style>
span { border-color: #D02537; }
span { border-color: rgb(208,37,55); }
td.TdClassName
{
border-color: #D02537;
}
.TagClassName
{
border-color: #D02537;
}
</style>