Html Css Color HEX #EC1245 Crimson

📋 copy color: '#EC1245'

red 236 ◦ green 18 ◦ blue 69

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

Shades of Crimson #EC1245

Tints of Crimson #EC1245

RGB

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

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

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

R = 73.07%
G = 5.57%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC1245 (or 0xEC1245) is known color: Crimson. HEX triplet: EC, 12 and 45. RGB value is (236,18,69). Sum of RGB (Red+Green+Blue) = 236+18+69=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1245 is #13EDBA. Grayscale: #595959. Windows color (decimal): -1306043 or 4526828. OLE color: 4526828.

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

Color convert

RGB 236 18 69 -
CMYK 0 0.92 0.71 0.07
HSL 345.96º 0.86% 0.5% -
HSV(B) 345.96º 0.92% 0.93% -
XYZ 35.88 18.7 7.35 -
YUV 89 116.72 232.85 -
System Red Green Blue C M Y K H S L
Decimal 236 18 69 0 0.92 0.71 0.07 345.96 0.86 0.5
Hex EC 12 45 0 5C 47 7 15A 56 32
Octal 354 22 105 0 134 107 7 532 126 62
Binary 11101100 10010 1000101 0 1011100 1000111 111 101011010 1010110 110010

Color Harmonies of #EC1245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1245

Black with #EC1245

Text Example


Text Example

White with #EC1245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1245; }

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

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

background-color css

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

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

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

border-color css

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

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

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