Shades of Cinnabar #DA3D3C
Tints of Cinnabar #DA3D3C
RGB
CMYK
RGB Variations
Color information
#DA3D3C (or 0xDA3D3C) is known color: Cinnabar. HEX triplet: DA, 3D and 3C. RGB value is (218,61,60). Sum of RGB (Red+Green+Blue) = 218+61+60=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D3C is #25C2C3. Grayscale: #6B6B6B. Windows color (decimal): -2474692 or 3947994. OLE color: 3947994.
HSL color Cylindrical-coordinate representation of color #DA3D3C: hue angle of 0.38º 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 #DA3D3C is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 60 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.15 |
| HSL | 0.38º | 0.68% | 0.55% | - |
| HSV(B) | 0.38º | 0.72% | 0.85% | - |
| XYZ | 31.4 | 18.57 | 6.2 | - |
| YUV | 107.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 60 | 0 | 0.72 | 0.72 | 0.15 | 0.38 | 0.68 | 0.55 |
| Hex | DA | 3D | 3C | 0 | 48 | 48 | F | 0 | 44 | 37 |
| Octal | 332 | 75 | 74 | 0 | 110 | 110 | 17 | 0 | 104 | 67 |
| Binary | 11011010 | 111101 | 111100 | 0 | 1001000 | 1001000 | 1111 | 0 | 1000100 | 110111 |
Color Harmonies of #DA3D3C
Complementary color
Monochromatic Colors of #DA3D3C
Black with #DA3D3C
Text Example
Text Example
White with #DA3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D3C; }
p { color: rgb(218,61,60); }
H1.HeaderClassName
{
color: #DA3D3C;
}
.AnyTagClassName
{
color: #DA3D3C;
}
</style>
background-color css
<style>
a { background-color: #DA3D3C; }
a { background-color: rgb(218,61,60); }
div.DivClassName
{
background-color: #DA3D3C;
}
.BgClassName
{
background-color: #DA3D3C;
}
</style>
border-color css
<style>
span { border-color: #DA3D3C; }
span { border-color: rgb(218,61,60); }
td.TdClassName
{
border-color: #DA3D3C;
}
.TagClassName
{
border-color: #DA3D3C;
}
</style>