Shades of Cinnabar #D63F30
Tints of Cinnabar #D63F30
RGB
CMYK
RGB Variations
Color information
#D63F30 (or 0xD63F30) is known color: Cinnabar. HEX triplet: D6, 3F and 30. RGB value is (214,63,48). Sum of RGB (Red+Green+Blue) = 214+63+48=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F30 is #29C0CF. Grayscale: #6A6A6A. Windows color (decimal): -2736336 or 3162070. OLE color: 3162070.
HSL color Cylindrical-coordinate representation of color #D63F30: hue angle of 5.42º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63F30 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.16 |
| HSL | 5.42º | 0.67% | 0.51% | - |
| HSV(B) | 5.42º | 0.78% | 0.84% | - |
| XYZ | 30.04 | 18.06 | 4.7 | - |
| YUV | 106.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 48 | 0 | 0.71 | 0.78 | 0.16 | 5.42 | 0.67 | 0.51 |
| Hex | D6 | 3F | 30 | 0 | 47 | 4E | 10 | 5 | 43 | 33 |
| Octal | 326 | 77 | 60 | 0 | 107 | 116 | 20 | 5 | 103 | 63 |
| Binary | 11010110 | 111111 | 110000 | 0 | 1000111 | 1001110 | 10000 | 101 | 1000011 | 110011 |
Color Harmonies of #D63F30
Complementary color
Monochromatic Colors of #D63F30
Black with #D63F30
Text Example
Text Example
White with #D63F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F30; }
p { color: rgb(214,63,48); }
H1.HeaderClassName
{
color: #D63F30;
}
.AnyTagClassName
{
color: #D63F30;
}
</style>
background-color css
<style>
a { background-color: #D63F30; }
a { background-color: rgb(214,63,48); }
div.DivClassName
{
background-color: #D63F30;
}
.BgClassName
{
background-color: #D63F30;
}
</style>
border-color css
<style>
span { border-color: #D63F30; }
span { border-color: rgb(214,63,48); }
td.TdClassName
{
border-color: #D63F30;
}
.TagClassName
{
border-color: #D63F30;
}
</style>