Shades of Cinnabar #D3423D
Tints of Cinnabar #D3423D
RGB
CMYK
RGB Variations
Color information
#D3423D (or 0xD3423D) is known color: Cinnabar. HEX triplet: D3, 42 and 3D. RGB value is (211,66,61). Sum of RGB (Red+Green+Blue) = 211+66+61=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3423D is #2CBDC2. Grayscale: #6C6C6C. Windows color (decimal): -2932163 or 4014803. OLE color: 4014803.
HSL color Cylindrical-coordinate representation of color #D3423D: hue angle of 2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3423D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 61 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.17 |
| HSL | 2º | 0.63% | 0.53% | - |
| HSV(B) | 2º | 0.71% | 0.83% | - |
| XYZ | 29.65 | 18.08 | 6.34 | - |
| YUV | 108.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 61 | 0 | 0.69 | 0.71 | 0.17 | 2 | 0.63 | 0.53 |
| Hex | D3 | 42 | 3D | 0 | 45 | 47 | 11 | 2 | 3F | 35 |
| Octal | 323 | 102 | 75 | 0 | 105 | 107 | 21 | 2 | 77 | 65 |
| Binary | 11010011 | 1000010 | 111101 | 0 | 1000101 | 1000111 | 10001 | 10 | 111111 | 110101 |
Color Harmonies of #D3423D
Complementary color
Monochromatic Colors of #D3423D
Black with #D3423D
Text Example
Text Example
White with #D3423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3423D; }
p { color: rgb(211,66,61); }
H1.HeaderClassName
{
color: #D3423D;
}
.AnyTagClassName
{
color: #D3423D;
}
</style>
background-color css
<style>
a { background-color: #D3423D; }
a { background-color: rgb(211,66,61); }
div.DivClassName
{
background-color: #D3423D;
}
.BgClassName
{
background-color: #D3423D;
}
</style>
border-color css
<style>
span { border-color: #D3423D; }
span { border-color: rgb(211,66,61); }
td.TdClassName
{
border-color: #D3423D;
}
.TagClassName
{
border-color: #D3423D;
}
</style>