Shades of Cinnabar #D5483D
Tints of Cinnabar #D5483D
RGB
CMYK
RGB Variations
Color information
#D5483D (or 0xD5483D) is known color: Cinnabar. HEX triplet: D5, 48 and 3D. RGB value is (213,72,61). Sum of RGB (Red+Green+Blue) = 213+72+61=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5483D is #2AB7C2. Grayscale: #717171. Windows color (decimal): -2799555 or 4016341. OLE color: 4016341.
HSL color Cylindrical-coordinate representation of color #D5483D: hue angle of 4.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5483D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 61 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.16 |
| HSL | 4.34º | 0.64% | 0.54% | - |
| HSV(B) | 4.34º | 0.71% | 0.84% | - |
| XYZ | 30.6 | 19.12 | 6.49 | - |
| YUV | 112.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 61 | 0 | 0.66 | 0.71 | 0.16 | 4.34 | 0.64 | 0.54 |
| Hex | D5 | 48 | 3D | 0 | 42 | 47 | 10 | 4 | 40 | 36 |
| Octal | 325 | 110 | 75 | 0 | 102 | 107 | 20 | 4 | 100 | 66 |
| Binary | 11010101 | 1001000 | 111101 | 0 | 1000010 | 1000111 | 10000 | 100 | 1000000 | 110110 |
Color Harmonies of #D5483D
Complementary color
Monochromatic Colors of #D5483D
Black with #D5483D
Text Example
Text Example
White with #D5483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5483D; }
p { color: rgb(213,72,61); }
H1.HeaderClassName
{
color: #D5483D;
}
.AnyTagClassName
{
color: #D5483D;
}
</style>
background-color css
<style>
a { background-color: #D5483D; }
a { background-color: rgb(213,72,61); }
div.DivClassName
{
background-color: #D5483D;
}
.BgClassName
{
background-color: #D5483D;
}
</style>
border-color css
<style>
span { border-color: #D5483D; }
span { border-color: rgb(213,72,61); }
td.TdClassName
{
border-color: #D5483D;
}
.TagClassName
{
border-color: #D5483D;
}
</style>