Shades of Cinnabar #D94743
Tints of Cinnabar #D94743
RGB
CMYK
RGB Variations
Color information
#D94743 (or 0xD94743) is known color: Cinnabar. HEX triplet: D9, 47 and 43. RGB value is (217,71,67). Sum of RGB (Red+Green+Blue) = 217+71+67=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94743 is #26B8BC. Grayscale: #727272. Windows color (decimal): -2537661 or 4409305. OLE color: 4409305.
HSL color Cylindrical-coordinate representation of color #D94743: hue angle of 1.6º 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 #D94743 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 67 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.15 |
| HSL | 1.6º | 0.66% | 0.56% | - |
| HSV(B) | 1.6º | 0.69% | 0.85% | - |
| XYZ | 31.88 | 19.66 | 7.43 | - |
| YUV | 114.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 67 | 0 | 0.67 | 0.69 | 0.15 | 1.6 | 0.66 | 0.56 |
| Hex | D9 | 47 | 43 | 0 | 43 | 45 | F | 2 | 42 | 38 |
| Octal | 331 | 107 | 103 | 0 | 103 | 105 | 17 | 2 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1000011 | 0 | 1000011 | 1000101 | 1111 | 10 | 1000010 | 111000 |
Color Harmonies of #D94743
Complementary color
Monochromatic Colors of #D94743
Black with #D94743
Text Example
Text Example
White with #D94743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94743; }
p { color: rgb(217,71,67); }
H1.HeaderClassName
{
color: #D94743;
}
.AnyTagClassName
{
color: #D94743;
}
</style>
background-color css
<style>
a { background-color: #D94743; }
a { background-color: rgb(217,71,67); }
div.DivClassName
{
background-color: #D94743;
}
.BgClassName
{
background-color: #D94743;
}
</style>
border-color css
<style>
span { border-color: #D94743; }
span { border-color: rgb(217,71,67); }
td.TdClassName
{
border-color: #D94743;
}
.TagClassName
{
border-color: #D94743;
}
</style>