Shades of Cinnabar #DF403D
Tints of Cinnabar #DF403D
RGB
CMYK
RGB Variations
Color information
#DF403D (or 0xDF403D) is known color: Cinnabar. HEX triplet: DF, 40 and 3D. RGB value is (223,64,61). Sum of RGB (Red+Green+Blue) = 223+64+61=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF403D is #20BFC2. Grayscale: #6F6F6F. Windows color (decimal): -2146243 or 4014303. OLE color: 4014303.
HSL color Cylindrical-coordinate representation of color #DF403D: hue angle of 1.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF403D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.13 |
| HSL | 1.11º | 0.72% | 0.56% | - |
| HSV(B) | 1.11º | 0.73% | 0.87% | - |
| XYZ | 33.11 | 19.69 | 6.47 | - |
| YUV | 111.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 61 | 0 | 0.71 | 0.73 | 0.13 | 1.11 | 0.72 | 0.56 |
| Hex | DF | 40 | 3D | 0 | 47 | 49 | D | 1 | 48 | 38 |
| Octal | 337 | 100 | 75 | 0 | 107 | 111 | 15 | 1 | 110 | 70 |
| Binary | 11011111 | 1000000 | 111101 | 0 | 1000111 | 1001001 | 1101 | 1 | 1001000 | 111000 |
Color Harmonies of #DF403D
Complementary color
Monochromatic Colors of #DF403D
Black with #DF403D
Text Example
Text Example
White with #DF403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF403D; }
p { color: rgb(223,64,61); }
H1.HeaderClassName
{
color: #DF403D;
}
.AnyTagClassName
{
color: #DF403D;
}
</style>
background-color css
<style>
a { background-color: #DF403D; }
a { background-color: rgb(223,64,61); }
div.DivClassName
{
background-color: #DF403D;
}
.BgClassName
{
background-color: #DF403D;
}
</style>
border-color css
<style>
span { border-color: #DF403D; }
span { border-color: rgb(223,64,61); }
td.TdClassName
{
border-color: #DF403D;
}
.TagClassName
{
border-color: #DF403D;
}
</style>