Html Css Color HEX #EC1239 Crimson

📋 copy color: '#EC1239'

red 236 ◦ green 18 ◦ blue 57

#EC1239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #EC1239

Tints of Crimson #EC1239

RGB

 RED value IS 236 (92.58% from 255) = 75.88%

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 75.88%
G = 5.79%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1239 (or 0xEC1239) is known color: Crimson. HEX triplet: EC, 12 and 39. RGB value is (236,18,57). Sum of RGB (Red+Green+Blue) = 236+18+57=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1239 is #13EDC6. Grayscale: #575757. Windows color (decimal): -1306055 or 3740396. OLE color: 3740396.

HSL color Cylindrical-coordinate representation of color #EC1239: hue angle of 349.27º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1239 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 57 -
CMYK 0 0.92 0.76 0.07
HSL 349.27º 0.86% 0.5% -
HSV(B) 349.27º 0.92% 0.93% -
XYZ 35.55 18.56 5.58 -
YUV 87.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 236 18 57 0 0.92 0.76 0.07 349.27 0.86 0.5
Hex EC 12 39 0 5C 4C 7 15D 56 32
Octal 354 22 71 0 134 114 7 535 126 62
Binary 11101100 10010 111001 0 1011100 1001100 111 101011101 1010110 110010

Color Harmonies of #EC1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1239

Black with #EC1239

Text Example


Text Example

White with #EC1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1239; }

 p { color: rgb(236,18,57); }

 H1.HeaderClassName
 {
   color: #EC1239;
 }
 .AnyTagClassName
 {
   color: #EC1239;
 }
</style>

background-color css

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

 a { background-color: rgb(236,18,57); }

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

border-color css

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

 span { border-color: rgb(236,18,57); }

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