Shades of Cinnabar #DA403D
Tints of Cinnabar #DA403D
RGB
CMYK
RGB Variations
Color information
#DA403D (or 0xDA403D) is known color: Cinnabar. HEX triplet: DA, 40 and 3D. RGB value is (218,64,61). Sum of RGB (Red+Green+Blue) = 218+64+61=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA403D is #25BFC2. Grayscale: #6D6D6D. Windows color (decimal): -2473923 or 4014298. OLE color: 4014298.
HSL color Cylindrical-coordinate representation of color #DA403D: hue angle of 1.15º 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 #DA403D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 61 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.15 |
| HSL | 1.15º | 0.68% | 0.55% | - |
| HSV(B) | 1.15º | 0.72% | 0.85% | - |
| XYZ | 31.59 | 18.91 | 6.4 | - |
| YUV | 109.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 61 | 0 | 0.71 | 0.72 | 0.15 | 1.15 | 0.68 | 0.55 |
| Hex | DA | 40 | 3D | 0 | 47 | 48 | F | 1 | 44 | 37 |
| Octal | 332 | 100 | 75 | 0 | 107 | 110 | 17 | 1 | 104 | 67 |
| Binary | 11011010 | 1000000 | 111101 | 0 | 1000111 | 1001000 | 1111 | 1 | 1000100 | 110111 |
Color Harmonies of #DA403D
Complementary color
Monochromatic Colors of #DA403D
Black with #DA403D
Text Example
Text Example
White with #DA403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA403D; }
p { color: rgb(218,64,61); }
H1.HeaderClassName
{
color: #DA403D;
}
.AnyTagClassName
{
color: #DA403D;
}
</style>
background-color css
<style>
a { background-color: #DA403D; }
a { background-color: rgb(218,64,61); }
div.DivClassName
{
background-color: #DA403D;
}
.BgClassName
{
background-color: #DA403D;
}
</style>
border-color css
<style>
span { border-color: #DA403D; }
span { border-color: rgb(218,64,61); }
td.TdClassName
{
border-color: #DA403D;
}
.TagClassName
{
border-color: #DA403D;
}
</style>