Shades of Crimson #D20338
Tints of Crimson #D20338
RGB
CMYK
RGB Variations
Color information
#D20338 (or 0xD20338) is known color: Crimson. HEX triplet: D2, 03 and 38. RGB value is (210,3,56). Sum of RGB (Red+Green+Blue) = 210+3+56=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D20338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20338 is #2DFCC7. Grayscale: #464646. Windows color (decimal): -3013832 or 3670994. OLE color: 3670994.
HSL color Cylindrical-coordinate representation of color #D20338: hue angle of 344.64º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20338 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.18 |
| HSL | 344.64º | 0.97% | 0.42% | - |
| HSV(B) | 344.64º | 0.99% | 0.82% | - |
| XYZ | 27.32 | 14.05 | 5.01 | - |
| YUV | 70.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 56 | 0 | 0.99 | 0.73 | 0.18 | 344.64 | 0.97 | 0.42 |
| Hex | D2 | 3 | 38 | 0 | 63 | 49 | 12 | 159 | 61 | 2A |
| Octal | 322 | 3 | 70 | 0 | 143 | 111 | 22 | 531 | 141 | 52 |
| Binary | 11010010 | 11 | 111000 | 0 | 1100011 | 1001001 | 10010 | 101011001 | 1100001 | 101010 |
Color Harmonies of #D20338
Complementary color
Monochromatic Colors of #D20338
Black with #D20338
Text Example
Text Example
White with #D20338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20338; }
p { color: rgb(210,3,56); }
H1.HeaderClassName
{
color: #D20338;
}
.AnyTagClassName
{
color: #D20338;
}
</style>
background-color css
<style>
a { background-color: #D20338; }
a { background-color: rgb(210,3,56); }
div.DivClassName
{
background-color: #D20338;
}
.BgClassName
{
background-color: #D20338;
}
</style>
border-color css
<style>
span { border-color: #D20338; }
span { border-color: rgb(210,3,56); }
td.TdClassName
{
border-color: #D20338;
}
.TagClassName
{
border-color: #D20338;
}
</style>