Html Css Color HEX #EC1141 Crimson

📋 copy color: '#EC1141'

red 236 ◦ green 17 ◦ blue 65

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

Shades of Crimson #EC1141

Tints of Crimson #EC1141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 74.21%
G = 5.35%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1141 (or 0xEC1141) is known color: Crimson. HEX triplet: EC, 11 and 41. RGB value is (236,17,65). Sum of RGB (Red+Green+Blue) = 236+17+65=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1141 is #13EEBE. Grayscale: #575757. Windows color (decimal): -1306303 or 4264428. OLE color: 4264428.

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

Color convert

RGB 236 17 65 -
CMYK 0 0.93 0.72 0.07
HSL 346.85º 0.87% 0.5% -
HSV(B) 346.85º 0.93% 0.93% -
XYZ 35.75 18.62 6.71 -
YUV 87.95 115.05 233.6 -
System Red Green Blue C M Y K H S L
Decimal 236 17 65 0 0.93 0.72 0.07 346.85 0.87 0.5
Hex EC 11 41 0 5D 48 7 15B 57 32
Octal 354 21 101 0 135 110 7 533 127 62
Binary 11101100 10001 1000001 0 1011101 1001000 111 101011011 1010111 110010

Color Harmonies of #EC1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1141

Black with #EC1141

Text Example


Text Example

White with #EC1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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