Shades of Cinnabar #DC4B3F
Tints of Cinnabar #DC4B3F
RGB
CMYK
RGB Variations
Color information
#DC4B3F (or 0xDC4B3F) is known color: Cinnabar. HEX triplet: DC, 4B and 3F. RGB value is (220,75,63). Sum of RGB (Red+Green+Blue) = 220+75+63=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B3F is #23B4C0. Grayscale: #757575. Windows color (decimal): -2340033 or 4148188. OLE color: 4148188.
HSL color Cylindrical-coordinate representation of color #DC4B3F: hue angle of 4.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4B3F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 63 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.14 |
| HSL | 4.59º | 0.69% | 0.55% | - |
| HSV(B) | 4.59º | 0.71% | 0.86% | - |
| XYZ | 32.93 | 20.61 | 6.94 | - |
| YUV | 116.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 63 | 0 | 0.66 | 0.71 | 0.14 | 4.59 | 0.69 | 0.55 |
| Hex | DC | 4B | 3F | 0 | 42 | 47 | E | 5 | 45 | 37 |
| Octal | 334 | 113 | 77 | 0 | 102 | 107 | 16 | 5 | 105 | 67 |
| Binary | 11011100 | 1001011 | 111111 | 0 | 1000010 | 1000111 | 1110 | 101 | 1000101 | 110111 |
Color Harmonies of #DC4B3F
Complementary color
Monochromatic Colors of #DC4B3F
Black with #DC4B3F
Text Example
Text Example
White with #DC4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B3F; }
p { color: rgb(220,75,63); }
H1.HeaderClassName
{
color: #DC4B3F;
}
.AnyTagClassName
{
color: #DC4B3F;
}
</style>
background-color css
<style>
a { background-color: #DC4B3F; }
a { background-color: rgb(220,75,63); }
div.DivClassName
{
background-color: #DC4B3F;
}
.BgClassName
{
background-color: #DC4B3F;
}
</style>
border-color css
<style>
span { border-color: #DC4B3F; }
span { border-color: rgb(220,75,63); }
td.TdClassName
{
border-color: #DC4B3F;
}
.TagClassName
{
border-color: #DC4B3F;
}
</style>