Shades of Cinnabar #D63D30
Tints of Cinnabar #D63D30
RGB
CMYK
RGB Variations
Color information
#D63D30 (or 0xD63D30) is known color: Cinnabar. HEX triplet: D6, 3D and 30. RGB value is (214,61,48). Sum of RGB (Red+Green+Blue) = 214+61+48=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D30 is #29C2CF. Grayscale: #696969. Windows color (decimal): -2736848 or 3161558. OLE color: 3161558.
HSL color Cylindrical-coordinate representation of color #D63D30: hue angle of 4.7º 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 #D63D30 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.16 |
| HSL | 4.7º | 0.67% | 0.51% | - |
| HSV(B) | 4.7º | 0.78% | 0.84% | - |
| XYZ | 29.93 | 17.85 | 4.66 | - |
| YUV | 105.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 48 | 0 | 0.71 | 0.78 | 0.16 | 4.7 | 0.67 | 0.51 |
| Hex | D6 | 3D | 30 | 0 | 47 | 4E | 10 | 5 | 43 | 33 |
| Octal | 326 | 75 | 60 | 0 | 107 | 116 | 20 | 5 | 103 | 63 |
| Binary | 11010110 | 111101 | 110000 | 0 | 1000111 | 1001110 | 10000 | 101 | 1000011 | 110011 |
Color Harmonies of #D63D30
Complementary color
Monochromatic Colors of #D63D30
Black with #D63D30
Text Example
Text Example
White with #D63D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D30; }
p { color: rgb(214,61,48); }
H1.HeaderClassName
{
color: #D63D30;
}
.AnyTagClassName
{
color: #D63D30;
}
</style>
background-color css
<style>
a { background-color: #D63D30; }
a { background-color: rgb(214,61,48); }
div.DivClassName
{
background-color: #D63D30;
}
.BgClassName
{
background-color: #D63D30;
}
</style>
border-color css
<style>
span { border-color: #D63D30; }
span { border-color: rgb(214,61,48); }
td.TdClassName
{
border-color: #D63D30;
}
.TagClassName
{
border-color: #D63D30;
}
</style>