Shades of Cinnabar #DA433C
Tints of Cinnabar #DA433C
RGB
CMYK
RGB Variations
Color information
#DA433C (or 0xDA433C) is known color: Cinnabar. HEX triplet: DA, 43 and 3C. RGB value is (218,67,60). Sum of RGB (Red+Green+Blue) = 218+67+60=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA433C is #25BCC3. Grayscale: #6F6F6F. Windows color (decimal): -2473156 or 3949530. OLE color: 3949530.
HSL color Cylindrical-coordinate representation of color #DA433C: hue angle of 2.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA433C is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 60 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.15 |
| HSL | 2.66º | 0.68% | 0.55% | - |
| HSV(B) | 2.66º | 0.72% | 0.85% | - |
| XYZ | 31.74 | 19.25 | 6.32 | - |
| YUV | 111.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 60 | 0 | 0.69 | 0.72 | 0.15 | 2.66 | 0.68 | 0.55 |
| Hex | DA | 43 | 3C | 0 | 45 | 48 | F | 3 | 44 | 37 |
| Octal | 332 | 103 | 74 | 0 | 105 | 110 | 17 | 3 | 104 | 67 |
| Binary | 11011010 | 1000011 | 111100 | 0 | 1000101 | 1001000 | 1111 | 11 | 1000100 | 110111 |
Color Harmonies of #DA433C
Complementary color
Monochromatic Colors of #DA433C
Black with #DA433C
Text Example
Text Example
White with #DA433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA433C; }
p { color: rgb(218,67,60); }
H1.HeaderClassName
{
color: #DA433C;
}
.AnyTagClassName
{
color: #DA433C;
}
</style>
background-color css
<style>
a { background-color: #DA433C; }
a { background-color: rgb(218,67,60); }
div.DivClassName
{
background-color: #DA433C;
}
.BgClassName
{
background-color: #DA433C;
}
</style>
border-color css
<style>
span { border-color: #DA433C; }
span { border-color: rgb(218,67,60); }
td.TdClassName
{
border-color: #DA433C;
}
.TagClassName
{
border-color: #DA433C;
}
</style>