Shades of Cinnabar #D43F2D
Tints of Cinnabar #D43F2D
RGB
CMYK
RGB Variations
Color information
#D43F2D (or 0xD43F2D) is known color: Cinnabar. HEX triplet: D4, 3F and 2D. RGB value is (212,63,45). Sum of RGB (Red+Green+Blue) = 212+63+45=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F2D is #2BC0D2. Grayscale: #696969. Windows color (decimal): -2867411 or 2965460. OLE color: 2965460.
HSL color Cylindrical-coordinate representation of color #D43F2D: hue angle of 6.47º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D43F2D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 45 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.17 |
| HSL | 6.47º | 0.66% | 0.5% | - |
| HSV(B) | 6.47º | 0.79% | 0.83% | - |
| XYZ | 29.4 | 17.74 | 4.36 | - |
| YUV | 105.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 45 | 0 | 0.70 | 0.79 | 0.17 | 6.47 | 0.66 | 0.5 |
| Hex | D4 | 3F | 2D | 0 | 46 | 4F | 11 | 6 | 42 | 32 |
| Octal | 324 | 77 | 55 | 0 | 106 | 117 | 21 | 6 | 102 | 62 |
| Binary | 11010100 | 111111 | 101101 | 0 | 1000110 | 1001111 | 10001 | 110 | 1000010 | 110010 |
Color Harmonies of #D43F2D
Complementary color
Monochromatic Colors of #D43F2D
Black with #D43F2D
Text Example
Text Example
White with #D43F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F2D; }
p { color: rgb(212,63,45); }
H1.HeaderClassName
{
color: #D43F2D;
}
.AnyTagClassName
{
color: #D43F2D;
}
</style>
background-color css
<style>
a { background-color: #D43F2D; }
a { background-color: rgb(212,63,45); }
div.DivClassName
{
background-color: #D43F2D;
}
.BgClassName
{
background-color: #D43F2D;
}
</style>
border-color css
<style>
span { border-color: #D43F2D; }
span { border-color: rgb(212,63,45); }
td.TdClassName
{
border-color: #D43F2D;
}
.TagClassName
{
border-color: #D43F2D;
}
</style>