Shades of Crimson #D40330
Tints of Crimson #D40330
RGB
CMYK
RGB Variations
Color information
#D40330 (or 0xD40330) is known color: Crimson. HEX triplet: D4, 03 and 30. RGB value is (212,3,48). Sum of RGB (Red+Green+Blue) = 212+3+48=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D40330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40330 is #2BFCCF. Grayscale: #464646. Windows color (decimal): -2882768 or 3146708. OLE color: 3146708.
HSL color Cylindrical-coordinate representation of color #D40330: hue angle of 347.08º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40330 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.17 |
| HSL | 347.08º | 0.97% | 0.42% | - |
| HSV(B) | 347.08º | 0.99% | 0.83% | - |
| XYZ | 27.72 | 14.28 | 4.09 | - |
| YUV | 70.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 48 | 0 | 0.99 | 0.77 | 0.17 | 347.08 | 0.97 | 0.42 |
| Hex | D4 | 3 | 30 | 0 | 63 | 4D | 11 | 15B | 61 | 2A |
| Octal | 324 | 3 | 60 | 0 | 143 | 115 | 21 | 533 | 141 | 52 |
| Binary | 11010100 | 11 | 110000 | 0 | 1100011 | 1001101 | 10001 | 101011011 | 1100001 | 101010 |
Color Harmonies of #D40330
Complementary color
Monochromatic Colors of #D40330
Black with #D40330
Text Example
Text Example
White with #D40330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40330; }
p { color: rgb(212,3,48); }
H1.HeaderClassName
{
color: #D40330;
}
.AnyTagClassName
{
color: #D40330;
}
</style>
background-color css
<style>
a { background-color: #D40330; }
a { background-color: rgb(212,3,48); }
div.DivClassName
{
background-color: #D40330;
}
.BgClassName
{
background-color: #D40330;
}
</style>
border-color css
<style>
span { border-color: #D40330; }
span { border-color: rgb(212,3,48); }
td.TdClassName
{
border-color: #D40330;
}
.TagClassName
{
border-color: #D40330;
}
</style>