Shades of Cinnabar #D4423D
Tints of Cinnabar #D4423D
RGB
CMYK
RGB Variations
Color information
#D4423D (or 0xD4423D) is known color: Cinnabar. HEX triplet: D4, 42 and 3D. RGB value is (212,66,61). Sum of RGB (Red+Green+Blue) = 212+66+61=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4423D is #2BBDC2. Grayscale: #6D6D6D. Windows color (decimal): -2866627 or 4014804. OLE color: 4014804.
HSL color Cylindrical-coordinate representation of color #D4423D: hue angle of 1.99º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4423D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 61 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.17 |
| HSL | 1.99º | 0.64% | 0.54% | - |
| HSV(B) | 1.99º | 0.71% | 0.83% | - |
| XYZ | 29.94 | 18.23 | 6.36 | - |
| YUV | 109.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 61 | 0 | 0.69 | 0.71 | 0.17 | 1.99 | 0.64 | 0.54 |
| Hex | D4 | 42 | 3D | 0 | 45 | 47 | 11 | 2 | 40 | 36 |
| Octal | 324 | 102 | 75 | 0 | 105 | 107 | 21 | 2 | 100 | 66 |
| Binary | 11010100 | 1000010 | 111101 | 0 | 1000101 | 1000111 | 10001 | 10 | 1000000 | 110110 |
Color Harmonies of #D4423D
Complementary color
Monochromatic Colors of #D4423D
Black with #D4423D
Text Example
Text Example
White with #D4423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4423D; }
p { color: rgb(212,66,61); }
H1.HeaderClassName
{
color: #D4423D;
}
.AnyTagClassName
{
color: #D4423D;
}
</style>
background-color css
<style>
a { background-color: #D4423D; }
a { background-color: rgb(212,66,61); }
div.DivClassName
{
background-color: #D4423D;
}
.BgClassName
{
background-color: #D4423D;
}
</style>
border-color css
<style>
span { border-color: #D4423D; }
span { border-color: rgb(212,66,61); }
td.TdClassName
{
border-color: #D4423D;
}
.TagClassName
{
border-color: #D4423D;
}
</style>