Shades of Crimson #D60342
Tints of Crimson #D60342
RGB
CMYK
RGB Variations
Color information
#D60342 (or 0xD60342) is known color: Crimson. HEX triplet: D6, 03 and 42. RGB value is (214,3,66). Sum of RGB (Red+Green+Blue) = 214+3+66=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D60342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60342 is #29FCBD. Grayscale: #494949. Windows color (decimal): -2751678 or 4326358. OLE color: 4326358.
HSL color Cylindrical-coordinate representation of color #D60342: hue angle of 342.09º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60342 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 66 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.16 |
| HSL | 342.09º | 0.97% | 0.43% | - |
| HSV(B) | 342.09º | 0.99% | 0.84% | - |
| XYZ | 28.75 | 14.75 | 6.49 | - |
| YUV | 73.27 | 123.9 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 66 | 0 | 0.99 | 0.69 | 0.16 | 342.09 | 0.97 | 0.43 |
| Hex | D6 | 3 | 42 | 0 | 63 | 45 | 10 | 156 | 61 | 2B |
| Octal | 326 | 3 | 102 | 0 | 143 | 105 | 20 | 526 | 141 | 53 |
| Binary | 11010110 | 11 | 1000010 | 0 | 1100011 | 1000101 | 10000 | 101010110 | 1100001 | 101011 |
Color Harmonies of #D60342
Complementary color
Monochromatic Colors of #D60342
Black with #D60342
Text Example
Text Example
White with #D60342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60342; }
p { color: rgb(214,3,66); }
H1.HeaderClassName
{
color: #D60342;
}
.AnyTagClassName
{
color: #D60342;
}
</style>
background-color css
<style>
a { background-color: #D60342; }
a { background-color: rgb(214,3,66); }
div.DivClassName
{
background-color: #D60342;
}
.BgClassName
{
background-color: #D60342;
}
</style>
border-color css
<style>
span { border-color: #D60342; }
span { border-color: rgb(214,3,66); }
td.TdClassName
{
border-color: #D60342;
}
.TagClassName
{
border-color: #D60342;
}
</style>