Shades of Cinnabar #D53D2D
Tints of Cinnabar #D53D2D
RGB
CMYK
RGB Variations
Color information
#D53D2D (or 0xD53D2D) is known color: Cinnabar. HEX triplet: D5, 3D and 2D. RGB value is (213,61,45). Sum of RGB (Red+Green+Blue) = 213+61+45=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D2D is #2AC2D2. Grayscale: #686868. Windows color (decimal): -2802387 or 2964949. OLE color: 2964949.
HSL color Cylindrical-coordinate representation of color #D53D2D: hue angle of 5.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D53D2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 45 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.16 |
| HSL | 5.71º | 0.67% | 0.51% | - |
| HSV(B) | 5.71º | 0.79% | 0.84% | - |
| XYZ | 29.58 | 17.67 | 4.33 | - |
| YUV | 104.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 45 | 0 | 0.71 | 0.79 | 0.16 | 5.71 | 0.67 | 0.51 |
| Hex | D5 | 3D | 2D | 0 | 47 | 4F | 10 | 6 | 43 | 33 |
| Octal | 325 | 75 | 55 | 0 | 107 | 117 | 20 | 6 | 103 | 63 |
| Binary | 11010101 | 111101 | 101101 | 0 | 1000111 | 1001111 | 10000 | 110 | 1000011 | 110011 |
Color Harmonies of #D53D2D
Complementary color
Monochromatic Colors of #D53D2D
Black with #D53D2D
Text Example
Text Example
White with #D53D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D2D; }
p { color: rgb(213,61,45); }
H1.HeaderClassName
{
color: #D53D2D;
}
.AnyTagClassName
{
color: #D53D2D;
}
</style>
background-color css
<style>
a { background-color: #D53D2D; }
a { background-color: rgb(213,61,45); }
div.DivClassName
{
background-color: #D53D2D;
}
.BgClassName
{
background-color: #D53D2D;
}
</style>
border-color css
<style>
span { border-color: #D53D2D; }
span { border-color: rgb(213,61,45); }
td.TdClassName
{
border-color: #D53D2D;
}
.TagClassName
{
border-color: #D53D2D;
}
</style>