Shades of Crimson #D30338
Tints of Crimson #D30338
RGB
CMYK
RGB Variations
Color information
#D30338 (or 0xD30338) is known color: Crimson. HEX triplet: D3, 03 and 38. RGB value is (211,3,56). Sum of RGB (Red+Green+Blue) = 211+3+56=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D30338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30338 is #2CFCC7. Grayscale: #474747. Windows color (decimal): -2948296 or 3670995. OLE color: 3670995.
HSL color Cylindrical-coordinate representation of color #D30338: hue angle of 344.71º 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 #D30338 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.17 |
| HSL | 344.71º | 0.97% | 0.42% | - |
| HSV(B) | 344.71º | 0.99% | 0.83% | - |
| XYZ | 27.61 | 14.2 | 5.03 | - |
| YUV | 71.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 56 | 0 | 0.99 | 0.73 | 0.17 | 344.71 | 0.97 | 0.42 |
| Hex | D3 | 3 | 38 | 0 | 63 | 49 | 11 | 159 | 61 | 2A |
| Octal | 323 | 3 | 70 | 0 | 143 | 111 | 21 | 531 | 141 | 52 |
| Binary | 11010011 | 11 | 111000 | 0 | 1100011 | 1001001 | 10001 | 101011001 | 1100001 | 101010 |
Color Harmonies of #D30338
Complementary color
Monochromatic Colors of #D30338
Black with #D30338
Text Example
Text Example
White with #D30338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30338; }
p { color: rgb(211,3,56); }
H1.HeaderClassName
{
color: #D30338;
}
.AnyTagClassName
{
color: #D30338;
}
</style>
background-color css
<style>
a { background-color: #D30338; }
a { background-color: rgb(211,3,56); }
div.DivClassName
{
background-color: #D30338;
}
.BgClassName
{
background-color: #D30338;
}
</style>
border-color css
<style>
span { border-color: #D30338; }
span { border-color: rgb(211,3,56); }
td.TdClassName
{
border-color: #D30338;
}
.TagClassName
{
border-color: #D30338;
}
</style>