Shades of Cinnabar #D9423D
Tints of Cinnabar #D9423D
RGB
CMYK
RGB Variations
Color information
#D9423D (or 0xD9423D) is known color: Cinnabar. HEX triplet: D9, 42 and 3D. RGB value is (217,66,61). Sum of RGB (Red+Green+Blue) = 217+66+61=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9423D is #26BDC2. Grayscale: #6E6E6E. Windows color (decimal): -2538947 or 4014809. OLE color: 4014809.
HSL color Cylindrical-coordinate representation of color #D9423D: hue angle of 1.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9423D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 61 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.15 |
| HSL | 1.92º | 0.67% | 0.55% | - |
| HSV(B) | 1.92º | 0.72% | 0.85% | - |
| XYZ | 31.41 | 18.99 | 6.42 | - |
| YUV | 110.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 61 | 0 | 0.70 | 0.72 | 0.15 | 1.92 | 0.67 | 0.55 |
| Hex | D9 | 42 | 3D | 0 | 46 | 48 | F | 2 | 43 | 37 |
| Octal | 331 | 102 | 75 | 0 | 106 | 110 | 17 | 2 | 103 | 67 |
| Binary | 11011001 | 1000010 | 111101 | 0 | 1000110 | 1001000 | 1111 | 10 | 1000011 | 110111 |
Color Harmonies of #D9423D
Complementary color
Monochromatic Colors of #D9423D
Black with #D9423D
Text Example
Text Example
White with #D9423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9423D; }
p { color: rgb(217,66,61); }
H1.HeaderClassName
{
color: #D9423D;
}
.AnyTagClassName
{
color: #D9423D;
}
</style>
background-color css
<style>
a { background-color: #D9423D; }
a { background-color: rgb(217,66,61); }
div.DivClassName
{
background-color: #D9423D;
}
.BgClassName
{
background-color: #D9423D;
}
</style>
border-color css
<style>
span { border-color: #D9423D; }
span { border-color: rgb(217,66,61); }
td.TdClassName
{
border-color: #D9423D;
}
.TagClassName
{
border-color: #D9423D;
}
</style>