Shades of Crimson #DA203C
Tints of Crimson #DA203C
RGB
CMYK
RGB Variations
Color information
#DA203C (or 0xDA203C) is known color: Crimson. HEX triplet: DA, 20 and 3C. RGB value is (218,32,60). Sum of RGB (Red+Green+Blue) = 218+32+60=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA203C is #25DFC3. Grayscale: #5A5A5A. Windows color (decimal): -2482116 or 3940570. OLE color: 3940570.
HSL color Cylindrical-coordinate representation of color #DA203C: hue angle of 350.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA203C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 60 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.15 |
| HSL | 350.97º | 0.74% | 0.49% | - |
| HSV(B) | 350.97º | 0.85% | 0.85% | - |
| XYZ | 30.25 | 16.26 | 5.82 | - |
| YUV | 90.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 60 | 0 | 0.85 | 0.72 | 0.15 | 350.97 | 0.74 | 0.49 |
| Hex | DA | 20 | 3C | 0 | 55 | 48 | F | 15F | 4A | 31 |
| Octal | 332 | 40 | 74 | 0 | 125 | 110 | 17 | 537 | 112 | 61 |
| Binary | 11011010 | 100000 | 111100 | 0 | 1010101 | 1001000 | 1111 | 101011111 | 1001010 | 110001 |
Color Harmonies of #DA203C
Complementary color
Monochromatic Colors of #DA203C
Black with #DA203C
Text Example
Text Example
White with #DA203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA203C; }
p { color: rgb(218,32,60); }
H1.HeaderClassName
{
color: #DA203C;
}
.AnyTagClassName
{
color: #DA203C;
}
</style>
background-color css
<style>
a { background-color: #DA203C; }
a { background-color: rgb(218,32,60); }
div.DivClassName
{
background-color: #DA203C;
}
.BgClassName
{
background-color: #DA203C;
}
</style>
border-color css
<style>
span { border-color: #DA203C; }
span { border-color: rgb(218,32,60); }
td.TdClassName
{
border-color: #DA203C;
}
.TagClassName
{
border-color: #DA203C;
}
</style>