Shades of Crimson #D52343
Tints of Crimson #D52343
RGB
CMYK
RGB Variations
Color information
#D52343 (or 0xD52343) is known color: Crimson. HEX triplet: D5, 23 and 43. RGB value is (213,35,67). Sum of RGB (Red+Green+Blue) = 213+35+67=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D52343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52343 is #2ADCBC. Grayscale: #5B5B5B. Windows color (decimal): -2809021 or 4400085. OLE color: 4400085.
HSL color Cylindrical-coordinate representation of color #D52343: hue angle of 349.21º 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 #D52343 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 67 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.16 |
| HSL | 349.21º | 0.72% | 0.49% | - |
| HSV(B) | 349.21º | 0.84% | 0.84% | - |
| XYZ | 29.05 | 15.75 | 6.82 | - |
| YUV | 91.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 67 | 0 | 0.84 | 0.69 | 0.16 | 349.21 | 0.72 | 0.49 |
| Hex | D5 | 23 | 43 | 0 | 54 | 45 | 10 | 15D | 48 | 31 |
| Octal | 325 | 43 | 103 | 0 | 124 | 105 | 20 | 535 | 110 | 61 |
| Binary | 11010101 | 100011 | 1000011 | 0 | 1010100 | 1000101 | 10000 | 101011101 | 1001000 | 110001 |
Color Harmonies of #D52343
Complementary color
Monochromatic Colors of #D52343
Black with #D52343
Text Example
Text Example
White with #D52343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52343; }
p { color: rgb(213,35,67); }
H1.HeaderClassName
{
color: #D52343;
}
.AnyTagClassName
{
color: #D52343;
}
</style>
background-color css
<style>
a { background-color: #D52343; }
a { background-color: rgb(213,35,67); }
div.DivClassName
{
background-color: #D52343;
}
.BgClassName
{
background-color: #D52343;
}
</style>
border-color css
<style>
span { border-color: #D52343; }
span { border-color: rgb(213,35,67); }
td.TdClassName
{
border-color: #D52343;
}
.TagClassName
{
border-color: #D52343;
}
</style>