Shades of Cardinal #D02331
Tints of Cardinal #D02331
RGB
CMYK
RGB Variations
Color information
#D02331 (or 0xD02331) is known color: Cardinal. HEX triplet: D0, 23 and 31. RGB value is (208,35,49). Sum of RGB (Red+Green+Blue) = 208+35+49=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D02331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02331 is #2FDCCE. Grayscale: #585858. Windows color (decimal): -3136719 or 3220432. OLE color: 3220432.
HSL color Cylindrical-coordinate representation of color #D02331: hue angle of 355.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02331 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 49 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.18 |
| HSL | 355.14º | 0.71% | 0.48% | - |
| HSV(B) | 355.14º | 0.83% | 0.82% | - |
| XYZ | 27.17 | 14.83 | 4.34 | - |
| YUV | 88.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 49 | 0 | 0.83 | 0.76 | 0.18 | 355.14 | 0.71 | 0.48 |
| Hex | D0 | 23 | 31 | 0 | 53 | 4C | 12 | 163 | 47 | 30 |
| Octal | 320 | 43 | 61 | 0 | 123 | 114 | 22 | 543 | 107 | 60 |
| Binary | 11010000 | 100011 | 110001 | 0 | 1010011 | 1001100 | 10010 | 101100011 | 1000111 | 110000 |
Color Harmonies of #D02331
Complementary color
Monochromatic Colors of #D02331
Black with #D02331
Text Example
Text Example
White with #D02331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02331; }
p { color: rgb(208,35,49); }
H1.HeaderClassName
{
color: #D02331;
}
.AnyTagClassName
{
color: #D02331;
}
</style>
background-color css
<style>
a { background-color: #D02331; }
a { background-color: rgb(208,35,49); }
div.DivClassName
{
background-color: #D02331;
}
.BgClassName
{
background-color: #D02331;
}
</style>
border-color css
<style>
span { border-color: #D02331; }
span { border-color: rgb(208,35,49); }
td.TdClassName
{
border-color: #D02331;
}
.TagClassName
{
border-color: #D02331;
}
</style>