Shades of Cinnabar #DA3D32
Tints of Cinnabar #DA3D32
RGB
CMYK
RGB Variations
Color information
#DA3D32 (or 0xDA3D32) is known color: Cinnabar. HEX triplet: DA, 3D and 32. RGB value is (218,61,50). Sum of RGB (Red+Green+Blue) = 218+61+50=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D32 is #25C2CD. Grayscale: #6A6A6A. Windows color (decimal): -2474702 or 3292634. OLE color: 3292634.
HSL color Cylindrical-coordinate representation of color #DA3D32: hue angle of 3.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3D32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 50 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.15 |
| HSL | 3.93º | 0.69% | 0.53% | - |
| HSV(B) | 3.93º | 0.77% | 0.85% | - |
| XYZ | 31.16 | 18.47 | 4.94 | - |
| YUV | 106.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 50 | 0 | 0.72 | 0.77 | 0.15 | 3.93 | 0.69 | 0.53 |
| Hex | DA | 3D | 32 | 0 | 48 | 4D | F | 4 | 45 | 35 |
| Octal | 332 | 75 | 62 | 0 | 110 | 115 | 17 | 4 | 105 | 65 |
| Binary | 11011010 | 111101 | 110010 | 0 | 1001000 | 1001101 | 1111 | 100 | 1000101 | 110101 |
Color Harmonies of #DA3D32
Complementary color
Monochromatic Colors of #DA3D32
Black with #DA3D32
Text Example
Text Example
White with #DA3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3D32; }
p { color: rgb(218,61,50); }
H1.HeaderClassName
{
color: #DA3D32;
}
.AnyTagClassName
{
color: #DA3D32;
}
</style>
background-color css
<style>
a { background-color: #DA3D32; }
a { background-color: rgb(218,61,50); }
div.DivClassName
{
background-color: #DA3D32;
}
.BgClassName
{
background-color: #DA3D32;
}
</style>
border-color css
<style>
span { border-color: #DA3D32; }
span { border-color: rgb(218,61,50); }
td.TdClassName
{
border-color: #DA3D32;
}
.TagClassName
{
border-color: #DA3D32;
}
</style>