Shades of Cardinal #D0223F
Tints of Cardinal #D0223F
RGB
CMYK
RGB Variations
Color information
#D0223F (or 0xD0223F) is known color: Cardinal. HEX triplet: D0, 22 and 3F. RGB value is (208,34,63). Sum of RGB (Red+Green+Blue) = 208+34+63=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0223F is #2FDDC0. Grayscale: #595959. Windows color (decimal): -3136961 or 4137680. OLE color: 4137680.
HSL color Cylindrical-coordinate representation of color #D0223F: hue angle of 350º 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 #D0223F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 63 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 350º | 0.72% | 0.47% | - |
| HSV(B) | 350º | 0.84% | 0.82% | - |
| XYZ | 27.48 | 14.91 | 6.13 | - |
| YUV | 89.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 63 | 0 | 0.84 | 0.70 | 0.18 | 350 | 0.72 | 0.47 |
| Hex | D0 | 22 | 3F | 0 | 54 | 46 | 12 | 15E | 48 | 2F |
| Octal | 320 | 42 | 77 | 0 | 124 | 106 | 22 | 536 | 110 | 57 |
| Binary | 11010000 | 100010 | 111111 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001000 | 101111 |
Color Harmonies of #D0223F
Complementary color
Monochromatic Colors of #D0223F
Black with #D0223F
Text Example
Text Example
White with #D0223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0223F; }
p { color: rgb(208,34,63); }
H1.HeaderClassName
{
color: #D0223F;
}
.AnyTagClassName
{
color: #D0223F;
}
</style>
background-color css
<style>
a { background-color: #D0223F; }
a { background-color: rgb(208,34,63); }
div.DivClassName
{
background-color: #D0223F;
}
.BgClassName
{
background-color: #D0223F;
}
</style>
border-color css
<style>
span { border-color: #D0223F; }
span { border-color: rgb(208,34,63); }
td.TdClassName
{
border-color: #D0223F;
}
.TagClassName
{
border-color: #D0223F;
}
</style>