Html Css Color HEX #EC1145 Crimson

📋 copy color: '#EC1145'

red 236 ◦ green 17 ◦ blue 69

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

Shades of Crimson #EC1145

Tints of Crimson #EC1145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 73.29%
G = 5.28%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC1145 (or 0xEC1145) is known color: Crimson. HEX triplet: EC, 11 and 45. RGB value is (236,17,69). Sum of RGB (Red+Green+Blue) = 236+17+69=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1145 is #13EEBA. Grayscale: #585858. Windows color (decimal): -1306299 or 4526572. OLE color: 4526572.

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

Color convert

RGB 236 17 69 -
CMYK 0 0.93 0.71 0.07
HSL 345.75º 0.87% 0.5% -
HSV(B) 345.75º 0.93% 0.93% -
XYZ 35.87 18.66 7.34 -
YUV 88.41 117.05 233.27 -
System Red Green Blue C M Y K H S L
Decimal 236 17 69 0 0.93 0.71 0.07 345.75 0.87 0.5
Hex EC 11 45 0 5D 47 7 15A 57 32
Octal 354 21 105 0 135 107 7 532 127 62
Binary 11101100 10001 1000101 0 1011101 1000111 111 101011010 1010111 110010

Color Harmonies of #EC1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1145

Black with #EC1145

Text Example


Text Example

White with #EC1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1145; }

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

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

background-color css

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

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

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

border-color css

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

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

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