Shades of Crimson #DA003D
Tints of Crimson #DA003D
RGB
CMYK
RGB Variations
Color information
#DA003D (or 0xDA003D) is known color: Crimson. HEX triplet: DA, 00 and 3D. RGB value is (218,0,61). Sum of RGB (Red+Green+Blue) = 218+0+61=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA003D is #25FFC2. Grayscale: #484848. Windows color (decimal): -2490307 or 3997914. OLE color: 3997914.
HSL color Cylindrical-coordinate representation of color #DA003D: hue angle of 343.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA003D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.72 | 0.15 |
| HSL | 343.21º | 1% | 0.43% | - |
| HSV(B) | 343.21º | 1% | 0.85% | - |
| XYZ | 29.76 | 15.24 | 5.79 | - |
| YUV | 72.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 61 | 0 | 1 | 0.72 | 0.15 | 343.21 | 1 | 0.43 |
| Hex | DA | 0 | 3D | 0 | 64 | 48 | F | 157 | 64 | 2B |
| Octal | 332 | 0 | 75 | 0 | 144 | 110 | 17 | 527 | 144 | 53 |
| Binary | 11011010 | 0 | 111101 | 0 | 1100100 | 1001000 | 1111 | 101010111 | 1100100 | 101011 |
Color Harmonies of #DA003D
Complementary color
Monochromatic Colors of #DA003D
Black with #DA003D
Text Example
Text Example
White with #DA003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA003D; }
p { color: rgb(218,0,61); }
H1.HeaderClassName
{
color: #DA003D;
}
.AnyTagClassName
{
color: #DA003D;
}
</style>
background-color css
<style>
a { background-color: #DA003D; }
a { background-color: rgb(218,0,61); }
div.DivClassName
{
background-color: #DA003D;
}
.BgClassName
{
background-color: #DA003D;
}
</style>
border-color css
<style>
span { border-color: #DA003D; }
span { border-color: rgb(218,0,61); }
td.TdClassName
{
border-color: #DA003D;
}
.TagClassName
{
border-color: #DA003D;
}
</style>