Shades of Cardinal #D02231
Tints of Cardinal #D02231
RGB
CMYK
RGB Variations
Color information
#D02231 (or 0xD02231) is known color: Cardinal. HEX triplet: D0, 22 and 31. RGB value is (208,34,49). Sum of RGB (Red+Green+Blue) = 208+34+49=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D02231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02231 is #2FDDCE. Grayscale: #575757. Windows color (decimal): -3136975 or 3220176. OLE color: 3220176.
HSL color Cylindrical-coordinate representation of color #D02231: hue angle of 354.83º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02231 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.18 |
| HSL | 354.83º | 0.72% | 0.47% | - |
| HSV(B) | 354.83º | 0.84% | 0.82% | - |
| XYZ | 27.14 | 14.78 | 4.33 | - |
| YUV | 87.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 49 | 0 | 0.84 | 0.76 | 0.18 | 354.83 | 0.72 | 0.47 |
| Hex | D0 | 22 | 31 | 0 | 54 | 4C | 12 | 163 | 48 | 2F |
| Octal | 320 | 42 | 61 | 0 | 124 | 114 | 22 | 543 | 110 | 57 |
| Binary | 11010000 | 100010 | 110001 | 0 | 1010100 | 1001100 | 10010 | 101100011 | 1001000 | 101111 |
Color Harmonies of #D02231
Complementary color
Monochromatic Colors of #D02231
Black with #D02231
Text Example
Text Example
White with #D02231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02231; }
p { color: rgb(208,34,49); }
H1.HeaderClassName
{
color: #D02231;
}
.AnyTagClassName
{
color: #D02231;
}
</style>
background-color css
<style>
a { background-color: #D02231; }
a { background-color: rgb(208,34,49); }
div.DivClassName
{
background-color: #D02231;
}
.BgClassName
{
background-color: #D02231;
}
</style>
border-color css
<style>
span { border-color: #D02231; }
span { border-color: rgb(208,34,49); }
td.TdClassName
{
border-color: #D02231;
}
.TagClassName
{
border-color: #D02231;
}
</style>