Shades of Cardinal #D01F3C
Tints of Cardinal #D01F3C
RGB
CMYK
RGB Variations
Color information
#D01F3C (or 0xD01F3C) is known color: Cardinal. HEX triplet: D0, 1F and 3C. RGB value is (208,31,60). Sum of RGB (Red+Green+Blue) = 208+31+60=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F3C is #2FE0C3. Grayscale: #575757. Windows color (decimal): -3137732 or 3940304. OLE color: 3940304.
HSL color Cylindrical-coordinate representation of color #D01F3C: hue angle of 350.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F3C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 60 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.18 |
| HSL | 350.17º | 0.74% | 0.47% | - |
| HSV(B) | 350.17º | 0.85% | 0.82% | - |
| XYZ | 27.32 | 14.72 | 5.68 | - |
| YUV | 87.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 60 | 0 | 0.85 | 0.71 | 0.18 | 350.17 | 0.74 | 0.47 |
| Hex | D0 | 1F | 3C | 0 | 55 | 47 | 12 | 15E | 4A | 2F |
| Octal | 320 | 37 | 74 | 0 | 125 | 107 | 22 | 536 | 112 | 57 |
| Binary | 11010000 | 11111 | 111100 | 0 | 1010101 | 1000111 | 10010 | 101011110 | 1001010 | 101111 |
Color Harmonies of #D01F3C
Complementary color
Monochromatic Colors of #D01F3C
Black with #D01F3C
Text Example
Text Example
White with #D01F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F3C; }
p { color: rgb(208,31,60); }
H1.HeaderClassName
{
color: #D01F3C;
}
.AnyTagClassName
{
color: #D01F3C;
}
</style>
background-color css
<style>
a { background-color: #D01F3C; }
a { background-color: rgb(208,31,60); }
div.DivClassName
{
background-color: #D01F3C;
}
.BgClassName
{
background-color: #D01F3C;
}
</style>
border-color css
<style>
span { border-color: #D01F3C; }
span { border-color: rgb(208,31,60); }
td.TdClassName
{
border-color: #D01F3C;
}
.TagClassName
{
border-color: #D01F3C;
}
</style>