Shades of Cinnabar #DA423C
Tints of Cinnabar #DA423C
RGB
CMYK
RGB Variations
Color information
#DA423C (or 0xDA423C) is known color: Cinnabar. HEX triplet: DA, 42 and 3C. RGB value is (218,66,60). Sum of RGB (Red+Green+Blue) = 218+66+60=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA423C is #25BDC3. Grayscale: #6E6E6E. Windows color (decimal): -2473412 or 3949274. OLE color: 3949274.
HSL color Cylindrical-coordinate representation of color #DA423C: hue angle of 2.28º 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 #DA423C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.15 |
| HSL | 2.28º | 0.68% | 0.55% | - |
| HSV(B) | 2.28º | 0.72% | 0.85% | - |
| XYZ | 31.68 | 19.13 | 6.3 | - |
| YUV | 110.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 60 | 0 | 0.70 | 0.72 | 0.15 | 2.28 | 0.68 | 0.55 |
| Hex | DA | 42 | 3C | 0 | 46 | 48 | F | 2 | 44 | 37 |
| Octal | 332 | 102 | 74 | 0 | 106 | 110 | 17 | 2 | 104 | 67 |
| Binary | 11011010 | 1000010 | 111100 | 0 | 1000110 | 1001000 | 1111 | 10 | 1000100 | 110111 |
Color Harmonies of #DA423C
Complementary color
Monochromatic Colors of #DA423C
Black with #DA423C
Text Example
Text Example
White with #DA423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA423C; }
p { color: rgb(218,66,60); }
H1.HeaderClassName
{
color: #DA423C;
}
.AnyTagClassName
{
color: #DA423C;
}
</style>
background-color css
<style>
a { background-color: #DA423C; }
a { background-color: rgb(218,66,60); }
div.DivClassName
{
background-color: #DA423C;
}
.BgClassName
{
background-color: #DA423C;
}
</style>
border-color css
<style>
span { border-color: #DA423C; }
span { border-color: rgb(218,66,60); }
td.TdClassName
{
border-color: #DA423C;
}
.TagClassName
{
border-color: #DA423C;
}
</style>