Shades of Cinnabar #D63D33
Tints of Cinnabar #D63D33
RGB
CMYK
RGB Variations
Color information
#D63D33 (or 0xD63D33) is known color: Cinnabar. HEX triplet: D6, 3D and 33. RGB value is (214,61,51). Sum of RGB (Red+Green+Blue) = 214+61+51=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D33 is #29C2CC. Grayscale: #696969. Windows color (decimal): -2736845 or 3358166. OLE color: 3358166.
HSL color Cylindrical-coordinate representation of color #D63D33: hue angle of 3.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63D33 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 51 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.16 |
| HSL | 3.68º | 0.67% | 0.52% | - |
| HSV(B) | 3.68º | 0.76% | 0.84% | - |
| XYZ | 30 | 17.87 | 5 | - |
| YUV | 105.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 51 | 0 | 0.71 | 0.76 | 0.16 | 3.68 | 0.67 | 0.52 |
| Hex | D6 | 3D | 33 | 0 | 47 | 4C | 10 | 4 | 43 | 34 |
| Octal | 326 | 75 | 63 | 0 | 107 | 114 | 20 | 4 | 103 | 64 |
| Binary | 11010110 | 111101 | 110011 | 0 | 1000111 | 1001100 | 10000 | 100 | 1000011 | 110100 |
Color Harmonies of #D63D33
Complementary color
Monochromatic Colors of #D63D33
Black with #D63D33
Text Example
Text Example
White with #D63D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D33; }
p { color: rgb(214,61,51); }
H1.HeaderClassName
{
color: #D63D33;
}
.AnyTagClassName
{
color: #D63D33;
}
</style>
background-color css
<style>
a { background-color: #D63D33; }
a { background-color: rgb(214,61,51); }
div.DivClassName
{
background-color: #D63D33;
}
.BgClassName
{
background-color: #D63D33;
}
</style>
border-color css
<style>
span { border-color: #D63D33; }
span { border-color: rgb(214,61,51); }
td.TdClassName
{
border-color: #D63D33;
}
.TagClassName
{
border-color: #D63D33;
}
</style>