Shades of Crimson #DF032A
Tints of Crimson #DF032A
RGB
CMYK
RGB Variations
Color information
#DF032A (or 0xDF032A) is known color: Crimson. HEX triplet: DF, 03 and 2A. RGB value is (223,3,42). Sum of RGB (Red+Green+Blue) = 223+3+42=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF032A is #20FCD5. Grayscale: #494949. Windows color (decimal): -2161878 or 2753503. OLE color: 2753503.
HSL color Cylindrical-coordinate representation of color #DF032A: hue angle of 349.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF032A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.13 |
| HSL | 349.36º | 0.97% | 0.44% | - |
| HSV(B) | 349.36º | 0.99% | 0.87% | - |
| XYZ | 30.88 | 15.92 | 3.64 | - |
| YUV | 73.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 42 | 0 | 0.99 | 0.81 | 0.13 | 349.36 | 0.97 | 0.44 |
| Hex | DF | 3 | 2A | 0 | 63 | 51 | D | 15D | 61 | 2C |
| Octal | 337 | 3 | 52 | 0 | 143 | 121 | 15 | 535 | 141 | 54 |
| Binary | 11011111 | 11 | 101010 | 0 | 1100011 | 1010001 | 1101 | 101011101 | 1100001 | 101100 |
Color Harmonies of #DF032A
Complementary color
Monochromatic Colors of #DF032A
Black with #DF032A
Text Example
Text Example
White with #DF032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF032A; }
p { color: rgb(223,3,42); }
H1.HeaderClassName
{
color: #DF032A;
}
.AnyTagClassName
{
color: #DF032A;
}
</style>
background-color css
<style>
a { background-color: #DF032A; }
a { background-color: rgb(223,3,42); }
div.DivClassName
{
background-color: #DF032A;
}
.BgClassName
{
background-color: #DF032A;
}
</style>
border-color css
<style>
span { border-color: #DF032A; }
span { border-color: rgb(223,3,42); }
td.TdClassName
{
border-color: #DF032A;
}
.TagClassName
{
border-color: #DF032A;
}
</style>