Html Css Color HEX #EC1237 Crimson

📋 copy color: '#EC1237'

red 236 ◦ green 18 ◦ blue 55

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

Shades of Crimson #EC1237

Tints of Crimson #EC1237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 76.38%
G = 5.83%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1237 (or 0xEC1237) is known color: Crimson. HEX triplet: EC, 12 and 37. RGB value is (236,18,55). Sum of RGB (Red+Green+Blue) = 236+18+55=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1237 is #13EDC8. Grayscale: #575757. Windows color (decimal): -1306057 or 3609324. OLE color: 3609324.

HSL color Cylindrical-coordinate representation of color #EC1237: hue angle of 349.82º 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 #EC1237 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 55 -
CMYK 0 0.92 0.77 0.07
HSL 349.82º 0.86% 0.5% -
HSV(B) 349.82º 0.92% 0.93% -
XYZ 35.5 18.54 5.32 -
YUV 87.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 236 18 55 0 0.92 0.77 0.07 349.82 0.86 0.5
Hex EC 12 37 0 5C 4D 7 15E 56 32
Octal 354 22 67 0 134 115 7 536 126 62
Binary 11101100 10010 110111 0 1011100 1001101 111 101011110 1010110 110010

Color Harmonies of #EC1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1237

Black with #EC1237

Text Example


Text Example

White with #EC1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1237; }

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

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

background-color css

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

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

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

border-color css

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

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

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