Shades of Cardinal #D02539
Tints of Cardinal #D02539
RGB
CMYK
RGB Variations
Color information
#D02539 (or 0xD02539) is known color: Cardinal. HEX triplet: D0, 25 and 39. RGB value is (208,37,57). Sum of RGB (Red+Green+Blue) = 208+37+57=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D02539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02539 is #2FDAC6. Grayscale: #5A5A5A. Windows color (decimal): -3136199 or 3745232. OLE color: 3745232.
HSL color Cylindrical-coordinate representation of color #D02539: hue angle of 352.98º 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 #D02539 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 57 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.18 |
| HSL | 352.98º | 0.7% | 0.48% | - |
| HSV(B) | 352.98º | 0.82% | 0.82% | - |
| XYZ | 27.41 | 15.03 | 5.33 | - |
| YUV | 90.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 57 | 0 | 0.82 | 0.73 | 0.18 | 352.98 | 0.7 | 0.48 |
| Hex | D0 | 25 | 39 | 0 | 52 | 49 | 12 | 161 | 46 | 30 |
| Octal | 320 | 45 | 71 | 0 | 122 | 111 | 22 | 541 | 106 | 60 |
| Binary | 11010000 | 100101 | 111001 | 0 | 1010010 | 1001001 | 10010 | 101100001 | 1000110 | 110000 |
Color Harmonies of #D02539
Complementary color
Monochromatic Colors of #D02539
Black with #D02539
Text Example
Text Example
White with #D02539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02539; }
p { color: rgb(208,37,57); }
H1.HeaderClassName
{
color: #D02539;
}
.AnyTagClassName
{
color: #D02539;
}
</style>
background-color css
<style>
a { background-color: #D02539; }
a { background-color: rgb(208,37,57); }
div.DivClassName
{
background-color: #D02539;
}
.BgClassName
{
background-color: #D02539;
}
</style>
border-color css
<style>
span { border-color: #D02539; }
span { border-color: rgb(208,37,57); }
td.TdClassName
{
border-color: #D02539;
}
.TagClassName
{
border-color: #D02539;
}
</style>