Shades of Cardinal #D02538
Tints of Cardinal #D02538
RGB
CMYK
RGB Variations
Color information
#D02538 (or 0xD02538) is known color: Cardinal. HEX triplet: D0, 25 and 38. RGB value is (208,37,56). Sum of RGB (Red+Green+Blue) = 208+37+56=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D02538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02538 is #2FDAC7. Grayscale: #5A5A5A. Windows color (decimal): -3136200 or 3679696. OLE color: 3679696.
HSL color Cylindrical-coordinate representation of color #D02538: hue angle of 353.33º 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 #D02538 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 56 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.18 |
| HSL | 353.33º | 0.7% | 0.48% | - |
| HSV(B) | 353.33º | 0.82% | 0.82% | - |
| XYZ | 27.39 | 15.02 | 5.2 | - |
| YUV | 90.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 56 | 0 | 0.82 | 0.73 | 0.18 | 353.33 | 0.7 | 0.48 |
| Hex | D0 | 25 | 38 | 0 | 52 | 49 | 12 | 161 | 46 | 30 |
| Octal | 320 | 45 | 70 | 0 | 122 | 111 | 22 | 541 | 106 | 60 |
| Binary | 11010000 | 100101 | 111000 | 0 | 1010010 | 1001001 | 10010 | 101100001 | 1000110 | 110000 |
Color Harmonies of #D02538
Complementary color
Monochromatic Colors of #D02538
Black with #D02538
Text Example
Text Example
White with #D02538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02538; }
p { color: rgb(208,37,56); }
H1.HeaderClassName
{
color: #D02538;
}
.AnyTagClassName
{
color: #D02538;
}
</style>
background-color css
<style>
a { background-color: #D02538; }
a { background-color: rgb(208,37,56); }
div.DivClassName
{
background-color: #D02538;
}
.BgClassName
{
background-color: #D02538;
}
</style>
border-color css
<style>
span { border-color: #D02538; }
span { border-color: rgb(208,37,56); }
td.TdClassName
{
border-color: #D02538;
}
.TagClassName
{
border-color: #D02538;
}
</style>