Shades of Cinnabar #D5403D
Tints of Cinnabar #D5403D
RGB
CMYK
RGB Variations
Color information
#D5403D (or 0xD5403D) is known color: Cinnabar. HEX triplet: D5, 40 and 3D. RGB value is (213,64,61). Sum of RGB (Red+Green+Blue) = 213+64+61=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5403D is #2ABFC2. Grayscale: #6C6C6C. Windows color (decimal): -2801603 or 4014293. OLE color: 4014293.
HSL color Cylindrical-coordinate representation of color #D5403D: hue angle of 1.18º 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 #D5403D is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 61 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.16 |
| HSL | 1.18º | 0.64% | 0.54% | - |
| HSV(B) | 1.18º | 0.71% | 0.84% | - |
| XYZ | 30.12 | 18.15 | 6.33 | - |
| YUV | 108.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 61 | 0 | 0.70 | 0.71 | 0.16 | 1.18 | 0.64 | 0.54 |
| Hex | D5 | 40 | 3D | 0 | 46 | 47 | 10 | 1 | 40 | 36 |
| Octal | 325 | 100 | 75 | 0 | 106 | 107 | 20 | 1 | 100 | 66 |
| Binary | 11010101 | 1000000 | 111101 | 0 | 1000110 | 1000111 | 10000 | 1 | 1000000 | 110110 |
Color Harmonies of #D5403D
Complementary color
Monochromatic Colors of #D5403D
Black with #D5403D
Text Example
Text Example
White with #D5403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5403D; }
p { color: rgb(213,64,61); }
H1.HeaderClassName
{
color: #D5403D;
}
.AnyTagClassName
{
color: #D5403D;
}
</style>
background-color css
<style>
a { background-color: #D5403D; }
a { background-color: rgb(213,64,61); }
div.DivClassName
{
background-color: #D5403D;
}
.BgClassName
{
background-color: #D5403D;
}
</style>
border-color css
<style>
span { border-color: #D5403D; }
span { border-color: rgb(213,64,61); }
td.TdClassName
{
border-color: #D5403D;
}
.TagClassName
{
border-color: #D5403D;
}
</style>