Shades of Cinnabar #DF3A28
Tints of Cinnabar #DF3A28
RGB
CMYK
RGB Variations
Color information
#DF3A28 (or 0xDF3A28) is known color: Cinnabar. HEX triplet: DF, 3A and 28. RGB value is (223,58,40). Sum of RGB (Red+Green+Blue) = 223+58+40=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A28 is #20C5D7. Grayscale: #696969. Windows color (decimal): -2147800 or 2636511. OLE color: 2636511.
HSL color Cylindrical-coordinate representation of color #DF3A28: hue angle of 5.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF3A28 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.13 |
| HSL | 5.9º | 0.74% | 0.52% | - |
| HSV(B) | 5.9º | 0.82% | 0.87% | - |
| XYZ | 32.33 | 18.87 | 3.95 | - |
| YUV | 105.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 40 | 0 | 0.74 | 0.82 | 0.13 | 5.9 | 0.74 | 0.52 |
| Hex | DF | 3A | 28 | 0 | 4A | 52 | D | 6 | 4A | 34 |
| Octal | 337 | 72 | 50 | 0 | 112 | 122 | 15 | 6 | 112 | 64 |
| Binary | 11011111 | 111010 | 101000 | 0 | 1001010 | 1010010 | 1101 | 110 | 1001010 | 110100 |
Color Harmonies of #DF3A28
Complementary color
Monochromatic Colors of #DF3A28
Black with #DF3A28
Text Example
Text Example
White with #DF3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A28; }
p { color: rgb(223,58,40); }
H1.HeaderClassName
{
color: #DF3A28;
}
.AnyTagClassName
{
color: #DF3A28;
}
</style>
background-color css
<style>
a { background-color: #DF3A28; }
a { background-color: rgb(223,58,40); }
div.DivClassName
{
background-color: #DF3A28;
}
.BgClassName
{
background-color: #DF3A28;
}
</style>
border-color css
<style>
span { border-color: #DF3A28; }
span { border-color: rgb(223,58,40); }
td.TdClassName
{
border-color: #DF3A28;
}
.TagClassName
{
border-color: #DF3A28;
}
</style>