Shades of Crimson #D70438
Tints of Crimson #D70438
RGB
CMYK
RGB Variations
Color information
#D70438 (or 0xD70438) is known color: Crimson. HEX triplet: D7, 04 and 38. RGB value is (215,4,56). Sum of RGB (Red+Green+Blue) = 215+4+56=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70438 is #28FBC7. Grayscale: #494949. Windows color (decimal): -2685896 or 3671255. OLE color: 3671255.
HSL color Cylindrical-coordinate representation of color #D70438: hue angle of 345.21º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70438 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.16 |
| HSL | 345.21º | 0.96% | 0.43% | - |
| HSV(B) | 345.21º | 0.98% | 0.84% | - |
| XYZ | 28.78 | 14.82 | 5.08 | - |
| YUV | 73.02 | 118.4 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 56 | 0 | 0.98 | 0.74 | 0.16 | 345.21 | 0.96 | 0.43 |
| Hex | D7 | 4 | 38 | 0 | 62 | 4A | 10 | 159 | 60 | 2B |
| Octal | 327 | 4 | 70 | 0 | 142 | 112 | 20 | 531 | 140 | 53 |
| Binary | 11010111 | 100 | 111000 | 0 | 1100010 | 1001010 | 10000 | 101011001 | 1100000 | 101011 |
Color Harmonies of #D70438
Complementary color
Monochromatic Colors of #D70438
Black with #D70438
Text Example
Text Example
White with #D70438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70438; }
p { color: rgb(215,4,56); }
H1.HeaderClassName
{
color: #D70438;
}
.AnyTagClassName
{
color: #D70438;
}
</style>
background-color css
<style>
a { background-color: #D70438; }
a { background-color: rgb(215,4,56); }
div.DivClassName
{
background-color: #D70438;
}
.BgClassName
{
background-color: #D70438;
}
</style>
border-color css
<style>
span { border-color: #D70438; }
span { border-color: rgb(215,4,56); }
td.TdClassName
{
border-color: #D70438;
}
.TagClassName
{
border-color: #D70438;
}
</style>