Shades of Cinnabar #D5482D
Tints of Cinnabar #D5482D
RGB
CMYK
RGB Variations
Color information
#D5482D (or 0xD5482D) is known color: Cinnabar. HEX triplet: D5, 48 and 2D. RGB value is (213,72,45). Sum of RGB (Red+Green+Blue) = 213+72+45=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5482D is #2AB7D2. Grayscale: #6F6F6F. Windows color (decimal): -2799571 or 2967765. OLE color: 2967765.
HSL color Cylindrical-coordinate representation of color #D5482D: hue angle of 9.64º 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 #D5482D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 45 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.16 |
| HSL | 9.64º | 0.67% | 0.51% | - |
| HSV(B) | 9.64º | 0.79% | 0.84% | - |
| XYZ | 30.23 | 18.97 | 4.55 | - |
| YUV | 111.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 45 | 0 | 0.66 | 0.79 | 0.16 | 9.64 | 0.67 | 0.51 |
| Hex | D5 | 48 | 2D | 0 | 42 | 4F | 10 | A | 43 | 33 |
| Octal | 325 | 110 | 55 | 0 | 102 | 117 | 20 | 12 | 103 | 63 |
| Binary | 11010101 | 1001000 | 101101 | 0 | 1000010 | 1001111 | 10000 | 1010 | 1000011 | 110011 |
Color Harmonies of #D5482D
Complementary color
Monochromatic Colors of #D5482D
Black with #D5482D
Text Example
Text Example
White with #D5482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5482D; }
p { color: rgb(213,72,45); }
H1.HeaderClassName
{
color: #D5482D;
}
.AnyTagClassName
{
color: #D5482D;
}
</style>
background-color css
<style>
a { background-color: #D5482D; }
a { background-color: rgb(213,72,45); }
div.DivClassName
{
background-color: #D5482D;
}
.BgClassName
{
background-color: #D5482D;
}
</style>
border-color css
<style>
span { border-color: #D5482D; }
span { border-color: rgb(213,72,45); }
td.TdClassName
{
border-color: #D5482D;
}
.TagClassName
{
border-color: #D5482D;
}
</style>