Shades of Crimson #D90334
Tints of Crimson #D90334
RGB
CMYK
RGB Variations
Color information
#D90334 (or 0xD90334) is known color: Crimson. HEX triplet: D9, 03 and 34. RGB value is (217,3,52). Sum of RGB (Red+Green+Blue) = 217+3+52=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D90334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90334 is #26FCCB. Grayscale: #484848. Windows color (decimal): -2555084 or 3408857. OLE color: 3408857.
HSL color Cylindrical-coordinate representation of color #D90334: hue angle of 346.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90334 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.15 |
| HSL | 346.26º | 0.97% | 0.43% | - |
| HSV(B) | 346.26º | 0.99% | 0.85% | - |
| XYZ | 29.27 | 15.06 | 4.61 | - |
| YUV | 72.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 52 | 0 | 0.99 | 0.76 | 0.15 | 346.26 | 0.97 | 0.43 |
| Hex | D9 | 3 | 34 | 0 | 63 | 4C | F | 15A | 61 | 2B |
| Octal | 331 | 3 | 64 | 0 | 143 | 114 | 17 | 532 | 141 | 53 |
| Binary | 11011001 | 11 | 110100 | 0 | 1100011 | 1001100 | 1111 | 101011010 | 1100001 | 101011 |
Color Harmonies of #D90334
Complementary color
Monochromatic Colors of #D90334
Black with #D90334
Text Example
Text Example
White with #D90334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90334; }
p { color: rgb(217,3,52); }
H1.HeaderClassName
{
color: #D90334;
}
.AnyTagClassName
{
color: #D90334;
}
</style>
background-color css
<style>
a { background-color: #D90334; }
a { background-color: rgb(217,3,52); }
div.DivClassName
{
background-color: #D90334;
}
.BgClassName
{
background-color: #D90334;
}
</style>
border-color css
<style>
span { border-color: #D90334; }
span { border-color: rgb(217,3,52); }
td.TdClassName
{
border-color: #D90334;
}
.TagClassName
{
border-color: #D90334;
}
</style>