Shades of Cinnabar #D6433F
Tints of Cinnabar #D6433F
RGB
CMYK
RGB Variations
Color information
#D6433F (or 0xD6433F) is known color: Cinnabar. HEX triplet: D6, 43 and 3F. RGB value is (214,67,63). Sum of RGB (Red+Green+Blue) = 214+67+63=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6433F is #29BCC0. Grayscale: #6E6E6E. Windows color (decimal): -2735297 or 4146134. OLE color: 4146134.
HSL color Cylindrical-coordinate representation of color #D6433F: hue angle of 1.59º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6433F is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 63 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.16 |
| HSL | 1.59º | 0.65% | 0.54% | - |
| HSV(B) | 1.59º | 0.71% | 0.84% | - |
| XYZ | 30.64 | 18.67 | 6.69 | - |
| YUV | 110.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 63 | 0 | 0.69 | 0.71 | 0.16 | 1.59 | 0.65 | 0.54 |
| Hex | D6 | 43 | 3F | 0 | 45 | 47 | 10 | 2 | 41 | 36 |
| Octal | 326 | 103 | 77 | 0 | 105 | 107 | 20 | 2 | 101 | 66 |
| Binary | 11010110 | 1000011 | 111111 | 0 | 1000101 | 1000111 | 10000 | 10 | 1000001 | 110110 |
Color Harmonies of #D6433F
Complementary color
Monochromatic Colors of #D6433F
Black with #D6433F
Text Example
Text Example
White with #D6433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6433F; }
p { color: rgb(214,67,63); }
H1.HeaderClassName
{
color: #D6433F;
}
.AnyTagClassName
{
color: #D6433F;
}
</style>
background-color css
<style>
a { background-color: #D6433F; }
a { background-color: rgb(214,67,63); }
div.DivClassName
{
background-color: #D6433F;
}
.BgClassName
{
background-color: #D6433F;
}
</style>
border-color css
<style>
span { border-color: #D6433F; }
span { border-color: rgb(214,67,63); }
td.TdClassName
{
border-color: #D6433F;
}
.TagClassName
{
border-color: #D6433F;
}
</style>