Shades of Alizarin #D62933
Tints of Alizarin #D62933
RGB
CMYK
RGB Variations
Color information
#D62933 (or 0xD62933) is known color: Alizarin. HEX triplet: D6, 29 and 33. RGB value is (214,41,51). Sum of RGB (Red+Green+Blue) = 214+41+51=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D62933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62933 is #29D6CC. Grayscale: #5E5E5E. Windows color (decimal): -2741965 or 3353046. OLE color: 3353046.
HSL color Cylindrical-coordinate representation of color #D62933: hue angle of 356.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62933 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 51 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.16 |
| HSL | 356.53º | 0.68% | 0.5% | - |
| HSV(B) | 356.53º | 0.81% | 0.84% | - |
| XYZ | 29.12 | 16.12 | 4.71 | - |
| YUV | 93.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 51 | 0 | 0.81 | 0.76 | 0.16 | 356.53 | 0.68 | 0.5 |
| Hex | D6 | 29 | 33 | 0 | 51 | 4C | 10 | 165 | 44 | 32 |
| Octal | 326 | 51 | 63 | 0 | 121 | 114 | 20 | 545 | 104 | 62 |
| Binary | 11010110 | 101001 | 110011 | 0 | 1010001 | 1001100 | 10000 | 101100101 | 1000100 | 110010 |
Color Harmonies of #D62933
Complementary color
Monochromatic Colors of #D62933
Black with #D62933
Text Example
Text Example
White with #D62933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62933; }
p { color: rgb(214,41,51); }
H1.HeaderClassName
{
color: #D62933;
}
.AnyTagClassName
{
color: #D62933;
}
</style>
background-color css
<style>
a { background-color: #D62933; }
a { background-color: rgb(214,41,51); }
div.DivClassName
{
background-color: #D62933;
}
.BgClassName
{
background-color: #D62933;
}
</style>
border-color css
<style>
span { border-color: #D62933; }
span { border-color: rgb(214,41,51); }
td.TdClassName
{
border-color: #D62933;
}
.TagClassName
{
border-color: #D62933;
}
</style>