Html Css Color HEX #EC113C Crimson

📋 copy color: '#EC113C'

red 236 ◦ green 17 ◦ blue 60

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

Shades of Crimson #EC113C

Tints of Crimson #EC113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 75.4%
G = 5.43%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC113C (or 0xEC113C) is known color: Crimson. HEX triplet: EC, 11 and 3C. RGB value is (236,17,60). Sum of RGB (Red+Green+Blue) = 236+17+60=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC113C is #13EEC3. Grayscale: #575757. Windows color (decimal): -1306308 or 3936748. OLE color: 3936748.

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

Color convert

RGB 236 17 60 -
CMYK 0 0.93 0.75 0.07
HSL 348.22º 0.87% 0.5% -
HSV(B) 348.22º 0.93% 0.93% -
XYZ 35.61 18.56 5.98 -
YUV 87.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 236 17 60 0 0.93 0.75 0.07 348.22 0.87 0.5
Hex EC 11 3C 0 5D 4B 7 15C 57 32
Octal 354 21 74 0 135 113 7 534 127 62
Binary 11101100 10001 111100 0 1011101 1001011 111 101011100 1010111 110010

Color Harmonies of #EC113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC113C

Black with #EC113C

Text Example


Text Example

White with #EC113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC113C; }

 p { color: rgb(236,17,60); }

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

background-color css

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

 a { background-color: rgb(236,17,60); }

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

border-color css

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

 span { border-color: rgb(236,17,60); }

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