Shades of Cinnabar #DF433B
Tints of Cinnabar #DF433B
RGB
CMYK
RGB Variations
Color information
#DF433B (or 0xDF433B) is known color: Cinnabar. HEX triplet: DF, 43 and 3B. RGB value is (223,67,59). Sum of RGB (Red+Green+Blue) = 223+67+59=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF433B is #20BCC4. Grayscale: #707070. Windows color (decimal): -2145477 or 3883999. OLE color: 3883999.
HSL color Cylindrical-coordinate representation of color #DF433B: hue angle of 2.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF433B is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 59 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.13 |
| HSL | 2.93º | 0.72% | 0.55% | - |
| HSV(B) | 2.93º | 0.74% | 0.87% | - |
| XYZ | 33.23 | 20.02 | 6.25 | - |
| YUV | 112.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 59 | 0 | 0.70 | 0.74 | 0.13 | 2.93 | 0.72 | 0.55 |
| Hex | DF | 43 | 3B | 0 | 46 | 4A | D | 3 | 48 | 37 |
| Octal | 337 | 103 | 73 | 0 | 106 | 112 | 15 | 3 | 110 | 67 |
| Binary | 11011111 | 1000011 | 111011 | 0 | 1000110 | 1001010 | 1101 | 11 | 1001000 | 110111 |
Color Harmonies of #DF433B
Complementary color
Monochromatic Colors of #DF433B
Black with #DF433B
Text Example
Text Example
White with #DF433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF433B; }
p { color: rgb(223,67,59); }
H1.HeaderClassName
{
color: #DF433B;
}
.AnyTagClassName
{
color: #DF433B;
}
</style>
background-color css
<style>
a { background-color: #DF433B; }
a { background-color: rgb(223,67,59); }
div.DivClassName
{
background-color: #DF433B;
}
.BgClassName
{
background-color: #DF433B;
}
</style>
border-color css
<style>
span { border-color: #DF433B; }
span { border-color: rgb(223,67,59); }
td.TdClassName
{
border-color: #DF433B;
}
.TagClassName
{
border-color: #DF433B;
}
</style>