Shades of Cardinal #D31F32
Tints of Cardinal #D31F32
RGB
CMYK
RGB Variations
Color information
#D31F32 (or 0xD31F32) is known color: Cardinal. HEX triplet: D3, 1F and 32. RGB value is (211,31,50). Sum of RGB (Red+Green+Blue) = 211+31+50=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31F32 is #2CE0CD. Grayscale: #575757. Windows color (decimal): -2941134 or 3284947. OLE color: 3284947.
HSL color Cylindrical-coordinate representation of color #D31F32: hue angle of 353.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F32 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 50 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.17 |
| HSL | 353.67º | 0.74% | 0.47% | - |
| HSV(B) | 353.67º | 0.85% | 0.83% | - |
| XYZ | 27.93 | 15.06 | 4.45 | - |
| YUV | 86.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 50 | 0 | 0.85 | 0.76 | 0.17 | 353.67 | 0.74 | 0.47 |
| Hex | D3 | 1F | 32 | 0 | 55 | 4C | 11 | 162 | 4A | 2F |
| Octal | 323 | 37 | 62 | 0 | 125 | 114 | 21 | 542 | 112 | 57 |
| Binary | 11010011 | 11111 | 110010 | 0 | 1010101 | 1001100 | 10001 | 101100010 | 1001010 | 101111 |
Color Harmonies of #D31F32
Complementary color
Monochromatic Colors of #D31F32
Black with #D31F32
Text Example
Text Example
White with #D31F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31F32; }
p { color: rgb(211,31,50); }
H1.HeaderClassName
{
color: #D31F32;
}
.AnyTagClassName
{
color: #D31F32;
}
</style>
background-color css
<style>
a { background-color: #D31F32; }
a { background-color: rgb(211,31,50); }
div.DivClassName
{
background-color: #D31F32;
}
.BgClassName
{
background-color: #D31F32;
}
</style>
border-color css
<style>
span { border-color: #D31F32; }
span { border-color: rgb(211,31,50); }
td.TdClassName
{
border-color: #D31F32;
}
.TagClassName
{
border-color: #D31F32;
}
</style>