Shades of Crimson #DF0338
Tints of Crimson #DF0338
RGB
CMYK
RGB Variations
Color information
#DF0338 (or 0xDF0338) is known color: Crimson. HEX triplet: DF, 03 and 38. RGB value is (223,3,56). Sum of RGB (Red+Green+Blue) = 223+3+56=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0338 is #20FCC7. Grayscale: #4A4A4A. Windows color (decimal): -2161864 or 3671007. OLE color: 3671007.
HSL color Cylindrical-coordinate representation of color #DF0338: hue angle of 345.55º 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 #DF0338 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 56 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.13 |
| HSL | 345.55º | 0.97% | 0.44% | - |
| HSV(B) | 345.55º | 0.99% | 0.87% | - |
| XYZ | 31.18 | 16.04 | 5.19 | - |
| YUV | 74.82 | 117.39 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 56 | 0 | 0.99 | 0.75 | 0.13 | 345.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 38 | 0 | 63 | 4B | D | 15A | 61 | 2C |
| Octal | 337 | 3 | 70 | 0 | 143 | 113 | 15 | 532 | 141 | 54 |
| Binary | 11011111 | 11 | 111000 | 0 | 1100011 | 1001011 | 1101 | 101011010 | 1100001 | 101100 |
Color Harmonies of #DF0338
Complementary color
Monochromatic Colors of #DF0338
Black with #DF0338
Text Example
Text Example
White with #DF0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0338; }
p { color: rgb(223,3,56); }
H1.HeaderClassName
{
color: #DF0338;
}
.AnyTagClassName
{
color: #DF0338;
}
</style>
background-color css
<style>
a { background-color: #DF0338; }
a { background-color: rgb(223,3,56); }
div.DivClassName
{
background-color: #DF0338;
}
.BgClassName
{
background-color: #DF0338;
}
</style>
border-color css
<style>
span { border-color: #DF0338; }
span { border-color: rgb(223,3,56); }
td.TdClassName
{
border-color: #DF0338;
}
.TagClassName
{
border-color: #DF0338;
}
</style>