Shades of Crimson #DC0430
Tints of Crimson #DC0430
RGB
CMYK
RGB Variations
Color information
#DC0430 (or 0xDC0430) is known color: Crimson. HEX triplet: DC, 04 and 30. RGB value is (220,4,48). Sum of RGB (Red+Green+Blue) = 220+4+48=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0430 is #23FBCF. Grayscale: #494949. Windows color (decimal): -2358224 or 3146972. OLE color: 3146972.
HSL color Cylindrical-coordinate representation of color #DC0430: hue angle of 347.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0430 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.14 |
| HSL | 347.78º | 0.96% | 0.44% | - |
| HSV(B) | 347.78º | 0.98% | 0.86% | - |
| XYZ | 30.09 | 15.52 | 4.21 | - |
| YUV | 73.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 48 | 0 | 0.98 | 0.78 | 0.14 | 347.78 | 0.96 | 0.44 |
| Hex | DC | 4 | 30 | 0 | 62 | 4E | E | 15C | 60 | 2C |
| Octal | 334 | 4 | 60 | 0 | 142 | 116 | 16 | 534 | 140 | 54 |
| Binary | 11011100 | 100 | 110000 | 0 | 1100010 | 1001110 | 1110 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DC0430
Complementary color
Monochromatic Colors of #DC0430
Black with #DC0430
Text Example
Text Example
White with #DC0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0430; }
p { color: rgb(220,4,48); }
H1.HeaderClassName
{
color: #DC0430;
}
.AnyTagClassName
{
color: #DC0430;
}
</style>
background-color css
<style>
a { background-color: #DC0430; }
a { background-color: rgb(220,4,48); }
div.DivClassName
{
background-color: #DC0430;
}
.BgClassName
{
background-color: #DC0430;
}
</style>
border-color css
<style>
span { border-color: #DC0430; }
span { border-color: rgb(220,4,48); }
td.TdClassName
{
border-color: #DC0430;
}
.TagClassName
{
border-color: #DC0430;
}
</style>