Shades of Crimson #D6233F
Tints of Crimson #D6233F
RGB
CMYK
RGB Variations
Color information
#D6233F (or 0xD6233F) is known color: Crimson. HEX triplet: D6, 23 and 3F. RGB value is (214,35,63). Sum of RGB (Red+Green+Blue) = 214+35+63=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6233F is #29DCC0. Grayscale: #5B5B5B. Windows color (decimal): -2743489 or 4137942. OLE color: 4137942.
HSL color Cylindrical-coordinate representation of color #D6233F: hue angle of 350.61º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6233F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.16 |
| HSL | 350.61º | 0.72% | 0.49% | - |
| HSV(B) | 350.61º | 0.84% | 0.84% | - |
| XYZ | 29.23 | 15.86 | 6.22 | - |
| YUV | 91.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 63 | 0 | 0.84 | 0.71 | 0.16 | 350.61 | 0.72 | 0.49 |
| Hex | D6 | 23 | 3F | 0 | 54 | 47 | 10 | 15F | 48 | 31 |
| Octal | 326 | 43 | 77 | 0 | 124 | 107 | 20 | 537 | 110 | 61 |
| Binary | 11010110 | 100011 | 111111 | 0 | 1010100 | 1000111 | 10000 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D6233F
Complementary color
Monochromatic Colors of #D6233F
Black with #D6233F
Text Example
Text Example
White with #D6233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6233F; }
p { color: rgb(214,35,63); }
H1.HeaderClassName
{
color: #D6233F;
}
.AnyTagClassName
{
color: #D6233F;
}
</style>
background-color css
<style>
a { background-color: #D6233F; }
a { background-color: rgb(214,35,63); }
div.DivClassName
{
background-color: #D6233F;
}
.BgClassName
{
background-color: #D6233F;
}
</style>
border-color css
<style>
span { border-color: #D6233F; }
span { border-color: rgb(214,35,63); }
td.TdClassName
{
border-color: #D6233F;
}
.TagClassName
{
border-color: #D6233F;
}
</style>