#EC1838

Color #EC1838 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #EC1838

Tints of Crimson #EC1838

Color information

#EC1838 (or 0xEC1838) is unknown color: approx Crimson. HEX triplet: EC, 18 and 38. RGB value is (236,24,56). Sum of RGB (Red+Green+Blue) = 236+24+56=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1838 is #13E7C7. Grayscale: #5B5B5B. Windows color (decimal): -1304520 or 3676396. OLE color: 3676396.

HSL color Cylindrical-coordinate representation of color #EC1838: hue angle of 350.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1838 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB2362456-
CMYK00.900.760.07
HSL350.94º84.8%50.98%-
HSV(B)350.94º89.83%92.55%-
XYZ35.6318.775.49-
YUV91.04108.24231.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 74.68%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=74.68%
G=7.59%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236245600.900.760.07350.9484.850.98
HexEC183805A4C715f5533
Octal35430700132114753712563
Binary11101100110001110000101101010011001111010111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1838; }

 p { color: rgb(236,24,56); }

 H1.HeaderClassName
 {
   color: #EC1838;
 }
 .AnyTagClassName
 {
   color: #EC1838;
 }
</style>
background-color css

<style>
 a { background-color: #EC1838; }

 a { background-color: rgb(236,24,56); }

 div.DivClassName
 {
   background-color: #EC1838;
 }
 .BgClassName
 {
   background-color: #EC1838;
 }
</style>
border-color css

<style>
 span { border-color: #EC1838; }

 span { border-color: rgb(236,24,56); }

 td.TdClassName
 {
   border-color: #EC1838;
 }
 .TagClassName
 {
   border-color: #EC1838;
 }
</style>