Shades of Cinnabar #DF402A
Tints of Cinnabar #DF402A
RGB
CMYK
RGB Variations
Color information
#DF402A (or 0xDF402A) is known color: Cinnabar. HEX triplet: DF, 40 and 2A. RGB value is (223,64,42). Sum of RGB (Red+Green+Blue) = 223+64+42=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF402A is #20BFD5. Grayscale: #6D6D6D. Windows color (decimal): -2146262 or 2769119. OLE color: 2769119.
HSL color Cylindrical-coordinate representation of color #DF402A: hue angle of 7.29º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF402A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.29º | 0.74% | 0.52% | - |
| HSV(B) | 7.29º | 0.81% | 0.87% | - |
| XYZ | 32.68 | 19.52 | 4.24 | - |
| YUV | 109.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 42 | 0 | 0.71 | 0.81 | 0.13 | 7.29 | 0.74 | 0.52 |
| Hex | DF | 40 | 2A | 0 | 47 | 51 | D | 7 | 4A | 34 |
| Octal | 337 | 100 | 52 | 0 | 107 | 121 | 15 | 7 | 112 | 64 |
| Binary | 11011111 | 1000000 | 101010 | 0 | 1000111 | 1010001 | 1101 | 111 | 1001010 | 110100 |
Color Harmonies of #DF402A
Complementary color
Monochromatic Colors of #DF402A
Black with #DF402A
Text Example
Text Example
White with #DF402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF402A; }
p { color: rgb(223,64,42); }
H1.HeaderClassName
{
color: #DF402A;
}
.AnyTagClassName
{
color: #DF402A;
}
</style>
background-color css
<style>
a { background-color: #DF402A; }
a { background-color: rgb(223,64,42); }
div.DivClassName
{
background-color: #DF402A;
}
.BgClassName
{
background-color: #DF402A;
}
</style>
border-color css
<style>
span { border-color: #DF402A; }
span { border-color: rgb(223,64,42); }
td.TdClassName
{
border-color: #DF402A;
}
.TagClassName
{
border-color: #DF402A;
}
</style>