Shades of Crimson #EC063F
Tints of Crimson #EC063F
RGB
CMYK
RGB Variations
Color information
#EC063F (or 0xEC063F) is known color: Crimson. HEX triplet: EC, 06 and 3F. RGB value is (236,6,63). Sum of RGB (Red+Green+Blue) = 236+6+63=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC063F is #13F9C0. Grayscale: #515151. Windows color (decimal): -1309121 or 4130540. OLE color: 4130540.
HSL color Cylindrical-coordinate representation of color #EC063F: hue angle of 345.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC063F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.07 |
| HSL | 345.13º | 0.95% | 0.47% | - |
| HSV(B) | 345.13º | 0.97% | 0.93% | - |
| XYZ | 35.55 | 18.32 | 6.37 | - |
| YUV | 81.27 | 117.7 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 63 | 0 | 0.97 | 0.73 | 0.07 | 345.13 | 0.95 | 0.47 |
| Hex | EC | 6 | 3F | 0 | 61 | 49 | 7 | 159 | 5F | 2F |
| Octal | 354 | 6 | 77 | 0 | 141 | 111 | 7 | 531 | 137 | 57 |
| Binary | 11101100 | 110 | 111111 | 0 | 1100001 | 1001001 | 111 | 101011001 | 1011111 | 101111 |
Color Harmonies of #EC063F
Complementary color
Monochromatic Colors of #EC063F
Black with #EC063F
Text Example
Text Example
White with #EC063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC063F; }
p { color: rgb(236,6,63); }
H1.HeaderClassName
{
color: #EC063F;
}
.AnyTagClassName
{
color: #EC063F;
}
</style>
background-color css
<style>
a { background-color: #EC063F; }
a { background-color: rgb(236,6,63); }
div.DivClassName
{
background-color: #EC063F;
}
.BgClassName
{
background-color: #EC063F;
}
</style>
border-color css
<style>
span { border-color: #EC063F; }
span { border-color: rgb(236,6,63); }
td.TdClassName
{
border-color: #EC063F;
}
.TagClassName
{
border-color: #EC063F;
}
</style>