Shades of Crimson #D4033F
Tints of Crimson #D4033F
RGB
CMYK
RGB Variations
Color information
#D4033F (or 0xD4033F) is known color: Crimson. HEX triplet: D4, 03 and 3F. RGB value is (212,3,63). Sum of RGB (Red+Green+Blue) = 212+3+63=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4033F is #2BFCC0. Grayscale: #484848. Windows color (decimal): -2882753 or 4129748. OLE color: 4129748.
HSL color Cylindrical-coordinate representation of color #D4033F: hue angle of 342.78º 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 #D4033F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.17 |
| HSL | 342.78º | 0.97% | 0.42% | - |
| HSV(B) | 342.78º | 0.99% | 0.83% | - |
| XYZ | 28.08 | 14.42 | 6.01 | - |
| YUV | 72.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 63 | 0 | 0.99 | 0.70 | 0.17 | 342.78 | 0.97 | 0.42 |
| Hex | D4 | 3 | 3F | 0 | 63 | 46 | 11 | 157 | 61 | 2A |
| Octal | 324 | 3 | 77 | 0 | 143 | 106 | 21 | 527 | 141 | 52 |
| Binary | 11010100 | 11 | 111111 | 0 | 1100011 | 1000110 | 10001 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D4033F
Complementary color
Monochromatic Colors of #D4033F
Black with #D4033F
Text Example
Text Example
White with #D4033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4033F; }
p { color: rgb(212,3,63); }
H1.HeaderClassName
{
color: #D4033F;
}
.AnyTagClassName
{
color: #D4033F;
}
</style>
background-color css
<style>
a { background-color: #D4033F; }
a { background-color: rgb(212,3,63); }
div.DivClassName
{
background-color: #D4033F;
}
.BgClassName
{
background-color: #D4033F;
}
</style>
border-color css
<style>
span { border-color: #D4033F; }
span { border-color: rgb(212,3,63); }
td.TdClassName
{
border-color: #D4033F;
}
.TagClassName
{
border-color: #D4033F;
}
</style>