Shades of Cinnabar #D94341
Tints of Cinnabar #D94341
RGB
CMYK
RGB Variations
Color information
#D94341 (or 0xD94341) is known color: Cinnabar. HEX triplet: D9, 43 and 41. RGB value is (217,67,65). Sum of RGB (Red+Green+Blue) = 217+67+65=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D94341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94341 is #26BCBE. Grayscale: #6F6F6F. Windows color (decimal): -2538687 or 4277209. OLE color: 4277209.
HSL color Cylindrical-coordinate representation of color #D94341: hue angle of 0.79º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94341 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 65 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.15 |
| HSL | 0.79º | 0.67% | 0.55% | - |
| HSV(B) | 0.79º | 0.7% | 0.85% | - |
| XYZ | 31.58 | 19.15 | 7.03 | - |
| YUV | 111.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 65 | 0 | 0.69 | 0.70 | 0.15 | 0.79 | 0.67 | 0.55 |
| Hex | D9 | 43 | 41 | 0 | 45 | 46 | F | 1 | 43 | 37 |
| Octal | 331 | 103 | 101 | 0 | 105 | 106 | 17 | 1 | 103 | 67 |
| Binary | 11011001 | 1000011 | 1000001 | 0 | 1000101 | 1000110 | 1111 | 1 | 1000011 | 110111 |
Color Harmonies of #D94341
Complementary color
Monochromatic Colors of #D94341
Black with #D94341
Text Example
Text Example
White with #D94341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94341; }
p { color: rgb(217,67,65); }
H1.HeaderClassName
{
color: #D94341;
}
.AnyTagClassName
{
color: #D94341;
}
</style>
background-color css
<style>
a { background-color: #D94341; }
a { background-color: rgb(217,67,65); }
div.DivClassName
{
background-color: #D94341;
}
.BgClassName
{
background-color: #D94341;
}
</style>
border-color css
<style>
span { border-color: #D94341; }
span { border-color: rgb(217,67,65); }
td.TdClassName
{
border-color: #D94341;
}
.TagClassName
{
border-color: #D94341;
}
</style>