Shades of Crimson #D5233E
Tints of Crimson #D5233E
RGB
CMYK
RGB Variations
Color information
#D5233E (or 0xD5233E) is known color: Crimson. HEX triplet: D5, 23 and 3E. RGB value is (213,35,62). Sum of RGB (Red+Green+Blue) = 213+35+62=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5233E is #2ADCC1. Grayscale: #5B5B5B. Windows color (decimal): -2809026 or 4072405. OLE color: 4072405.
HSL color Cylindrical-coordinate representation of color #D5233E: hue angle of 350.9º 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 #D5233E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.16 |
| HSL | 350.9º | 0.72% | 0.49% | - |
| HSV(B) | 350.9º | 0.84% | 0.84% | - |
| XYZ | 28.91 | 15.7 | 6.06 | - |
| YUV | 91.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 62 | 0 | 0.84 | 0.71 | 0.16 | 350.9 | 0.72 | 0.49 |
| Hex | D5 | 23 | 3E | 0 | 54 | 47 | 10 | 15F | 48 | 31 |
| Octal | 325 | 43 | 76 | 0 | 124 | 107 | 20 | 537 | 110 | 61 |
| Binary | 11010101 | 100011 | 111110 | 0 | 1010100 | 1000111 | 10000 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D5233E
Complementary color
Monochromatic Colors of #D5233E
Black with #D5233E
Text Example
Text Example
White with #D5233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5233E; }
p { color: rgb(213,35,62); }
H1.HeaderClassName
{
color: #D5233E;
}
.AnyTagClassName
{
color: #D5233E;
}
</style>
background-color css
<style>
a { background-color: #D5233E; }
a { background-color: rgb(213,35,62); }
div.DivClassName
{
background-color: #D5233E;
}
.BgClassName
{
background-color: #D5233E;
}
</style>
border-color css
<style>
span { border-color: #D5233E; }
span { border-color: rgb(213,35,62); }
td.TdClassName
{
border-color: #D5233E;
}
.TagClassName
{
border-color: #D5233E;
}
</style>