Shades of Cinnabar #DC3F30
Tints of Cinnabar #DC3F30
RGB
CMYK
RGB Variations
Color information
#DC3F30 (or 0xDC3F30) is known color: Cinnabar. HEX triplet: DC, 3F and 30. RGB value is (220,63,48). Sum of RGB (Red+Green+Blue) = 220+63+48=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F30 is #23C0CF. Grayscale: #6C6C6C. Windows color (decimal): -2343120 or 3162076. OLE color: 3162076.
HSL color Cylindrical-coordinate representation of color #DC3F30: hue angle of 5.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3F30 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.14 |
| HSL | 5.23º | 0.71% | 0.53% | - |
| HSV(B) | 5.23º | 0.78% | 0.86% | - |
| XYZ | 31.83 | 18.98 | 4.78 | - |
| YUV | 108.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 48 | 0 | 0.71 | 0.78 | 0.14 | 5.23 | 0.71 | 0.53 |
| Hex | DC | 3F | 30 | 0 | 47 | 4E | E | 5 | 47 | 35 |
| Octal | 334 | 77 | 60 | 0 | 107 | 116 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 111111 | 110000 | 0 | 1000111 | 1001110 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC3F30
Complementary color
Monochromatic Colors of #DC3F30
Black with #DC3F30
Text Example
Text Example
White with #DC3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F30; }
p { color: rgb(220,63,48); }
H1.HeaderClassName
{
color: #DC3F30;
}
.AnyTagClassName
{
color: #DC3F30;
}
</style>
background-color css
<style>
a { background-color: #DC3F30; }
a { background-color: rgb(220,63,48); }
div.DivClassName
{
background-color: #DC3F30;
}
.BgClassName
{
background-color: #DC3F30;
}
</style>
border-color css
<style>
span { border-color: #DC3F30; }
span { border-color: rgb(220,63,48); }
td.TdClassName
{
border-color: #DC3F30;
}
.TagClassName
{
border-color: #DC3F30;
}
</style>