Shades of Cinnabar #D94643
Tints of Cinnabar #D94643
RGB
CMYK
RGB Variations
Color information
#D94643 (or 0xD94643) is known color: Cinnabar. HEX triplet: D9, 46 and 43. RGB value is (217,70,67). Sum of RGB (Red+Green+Blue) = 217+70+67=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D94643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94643 is #26B9BC. Grayscale: #717171. Windows color (decimal): -2537917 or 4409049. OLE color: 4409049.
HSL color Cylindrical-coordinate representation of color #D94643: hue angle of 1.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94643 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 67 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.15 |
| HSL | 1.2º | 0.66% | 0.56% | - |
| HSV(B) | 1.2º | 0.69% | 0.85% | - |
| XYZ | 31.82 | 19.54 | 7.4 | - |
| YUV | 113.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 67 | 0 | 0.68 | 0.69 | 0.15 | 1.2 | 0.66 | 0.56 |
| Hex | D9 | 46 | 43 | 0 | 44 | 45 | F | 1 | 42 | 38 |
| Octal | 331 | 106 | 103 | 0 | 104 | 105 | 17 | 1 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1000011 | 0 | 1000100 | 1000101 | 1111 | 1 | 1000010 | 111000 |
Color Harmonies of #D94643
Complementary color
Monochromatic Colors of #D94643
Black with #D94643
Text Example
Text Example
White with #D94643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94643; }
p { color: rgb(217,70,67); }
H1.HeaderClassName
{
color: #D94643;
}
.AnyTagClassName
{
color: #D94643;
}
</style>
background-color css
<style>
a { background-color: #D94643; }
a { background-color: rgb(217,70,67); }
div.DivClassName
{
background-color: #D94643;
}
.BgClassName
{
background-color: #D94643;
}
</style>
border-color css
<style>
span { border-color: #D94643; }
span { border-color: rgb(217,70,67); }
td.TdClassName
{
border-color: #D94643;
}
.TagClassName
{
border-color: #D94643;
}
</style>