Shades of Cardinal #D02334
Tints of Cardinal #D02334
RGB
CMYK
RGB Variations
Color information
#D02334 (or 0xD02334) is known color: Cardinal. HEX triplet: D0, 23 and 34. RGB value is (208,35,52). Sum of RGB (Red+Green+Blue) = 208+35+52=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02334 is #2FDCCB. Grayscale: #585858. Windows color (decimal): -3136716 or 3417040. OLE color: 3417040.
HSL color Cylindrical-coordinate representation of color #D02334: hue angle of 354.1º 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 #D02334 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 52 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.1º | 0.71% | 0.48% | - |
| HSV(B) | 354.1º | 0.83% | 0.82% | - |
| XYZ | 27.23 | 14.86 | 4.68 | - |
| YUV | 88.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 52 | 0 | 0.83 | 0.75 | 0.18 | 354.1 | 0.71 | 0.48 |
| Hex | D0 | 23 | 34 | 0 | 53 | 4B | 12 | 162 | 47 | 30 |
| Octal | 320 | 43 | 64 | 0 | 123 | 113 | 22 | 542 | 107 | 60 |
| Binary | 11010000 | 100011 | 110100 | 0 | 1010011 | 1001011 | 10010 | 101100010 | 1000111 | 110000 |
Color Harmonies of #D02334
Complementary color
Monochromatic Colors of #D02334
Black with #D02334
Text Example
Text Example
White with #D02334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02334; }
p { color: rgb(208,35,52); }
H1.HeaderClassName
{
color: #D02334;
}
.AnyTagClassName
{
color: #D02334;
}
</style>
background-color css
<style>
a { background-color: #D02334; }
a { background-color: rgb(208,35,52); }
div.DivClassName
{
background-color: #D02334;
}
.BgClassName
{
background-color: #D02334;
}
</style>
border-color css
<style>
span { border-color: #D02334; }
span { border-color: rgb(208,35,52); }
td.TdClassName
{
border-color: #D02334;
}
.TagClassName
{
border-color: #D02334;
}
</style>