Shades of Cinnabar #D63D31
Tints of Cinnabar #D63D31
RGB
CMYK
RGB Variations
Color information
#D63D31 (or 0xD63D31) is known color: Cinnabar. HEX triplet: D6, 3D and 31. RGB value is (214,61,49). Sum of RGB (Red+Green+Blue) = 214+61+49=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D31 is #29C2CE. Grayscale: #696969. Windows color (decimal): -2736847 or 3227094. OLE color: 3227094.
HSL color Cylindrical-coordinate representation of color #D63D31: hue angle of 4.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63D31 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 49 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.16 |
| HSL | 4.36º | 0.67% | 0.52% | - |
| HSV(B) | 4.36º | 0.77% | 0.84% | - |
| XYZ | 29.95 | 17.86 | 4.77 | - |
| YUV | 105.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 49 | 0 | 0.71 | 0.77 | 0.16 | 4.36 | 0.67 | 0.52 |
| Hex | D6 | 3D | 31 | 0 | 47 | 4D | 10 | 4 | 43 | 34 |
| Octal | 326 | 75 | 61 | 0 | 107 | 115 | 20 | 4 | 103 | 64 |
| Binary | 11010110 | 111101 | 110001 | 0 | 1000111 | 1001101 | 10000 | 100 | 1000011 | 110100 |
Color Harmonies of #D63D31
Complementary color
Monochromatic Colors of #D63D31
Black with #D63D31
Text Example
Text Example
White with #D63D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D31; }
p { color: rgb(214,61,49); }
H1.HeaderClassName
{
color: #D63D31;
}
.AnyTagClassName
{
color: #D63D31;
}
</style>
background-color css
<style>
a { background-color: #D63D31; }
a { background-color: rgb(214,61,49); }
div.DivClassName
{
background-color: #D63D31;
}
.BgClassName
{
background-color: #D63D31;
}
</style>
border-color css
<style>
span { border-color: #D63D31; }
span { border-color: rgb(214,61,49); }
td.TdClassName
{
border-color: #D63D31;
}
.TagClassName
{
border-color: #D63D31;
}
</style>