Shades of Cinnabar #DC392F
Tints of Cinnabar #DC392F
RGB
CMYK
RGB Variations
Color information
#DC392F (or 0xDC392F) is known color: Cinnabar. HEX triplet: DC, 39 and 2F. RGB value is (220,57,47). Sum of RGB (Red+Green+Blue) = 220+57+47=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC392F is #23C6D0. Grayscale: #686868. Windows color (decimal): -2344657 or 3095004. OLE color: 3095004.
HSL color Cylindrical-coordinate representation of color #DC392F: hue angle of 3.47º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC392F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 47 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.14 |
| HSL | 3.47º | 0.71% | 0.52% | - |
| HSV(B) | 3.47º | 0.79% | 0.86% | - |
| XYZ | 31.49 | 18.35 | 4.57 | - |
| YUV | 104.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 47 | 0 | 0.74 | 0.79 | 0.14 | 3.47 | 0.71 | 0.52 |
| Hex | DC | 39 | 2F | 0 | 4A | 4F | E | 3 | 47 | 34 |
| Octal | 334 | 71 | 57 | 0 | 112 | 117 | 16 | 3 | 107 | 64 |
| Binary | 11011100 | 111001 | 101111 | 0 | 1001010 | 1001111 | 1110 | 11 | 1000111 | 110100 |
Color Harmonies of #DC392F
Complementary color
Monochromatic Colors of #DC392F
Black with #DC392F
Text Example
Text Example
White with #DC392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC392F; }
p { color: rgb(220,57,47); }
H1.HeaderClassName
{
color: #DC392F;
}
.AnyTagClassName
{
color: #DC392F;
}
</style>
background-color css
<style>
a { background-color: #DC392F; }
a { background-color: rgb(220,57,47); }
div.DivClassName
{
background-color: #DC392F;
}
.BgClassName
{
background-color: #DC392F;
}
</style>
border-color css
<style>
span { border-color: #DC392F; }
span { border-color: rgb(220,57,47); }
td.TdClassName
{
border-color: #DC392F;
}
.TagClassName
{
border-color: #DC392F;
}
</style>