Shades of Cinnabar #DC433A
Tints of Cinnabar #DC433A
RGB
CMYK
RGB Variations
Color information
#DC433A (or 0xDC433A) is known color: Cinnabar. HEX triplet: DC, 43 and 3A. RGB value is (220,67,58). Sum of RGB (Red+Green+Blue) = 220+67+58=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC433A is #23BCC5. Grayscale: #6F6F6F. Windows color (decimal): -2342086 or 3818460. OLE color: 3818460.
HSL color Cylindrical-coordinate representation of color #DC433A: hue angle of 3.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC433A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 58 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 3.33º | 0.7% | 0.55% | - |
| HSV(B) | 3.33º | 0.74% | 0.86% | - |
| XYZ | 32.29 | 19.54 | 6.07 | - |
| YUV | 111.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 58 | 0 | 0.70 | 0.74 | 0.14 | 3.33 | 0.7 | 0.55 |
| Hex | DC | 43 | 3A | 0 | 46 | 4A | E | 3 | 46 | 37 |
| Octal | 334 | 103 | 72 | 0 | 106 | 112 | 16 | 3 | 106 | 67 |
| Binary | 11011100 | 1000011 | 111010 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000110 | 110111 |
Color Harmonies of #DC433A
Complementary color
Monochromatic Colors of #DC433A
Black with #DC433A
Text Example
Text Example
White with #DC433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC433A; }
p { color: rgb(220,67,58); }
H1.HeaderClassName
{
color: #DC433A;
}
.AnyTagClassName
{
color: #DC433A;
}
</style>
background-color css
<style>
a { background-color: #DC433A; }
a { background-color: rgb(220,67,58); }
div.DivClassName
{
background-color: #DC433A;
}
.BgClassName
{
background-color: #DC433A;
}
</style>
border-color css
<style>
span { border-color: #DC433A; }
span { border-color: rgb(220,67,58); }
td.TdClassName
{
border-color: #DC433A;
}
.TagClassName
{
border-color: #DC433A;
}
</style>