Html Css Color HEX #EC124A Crimson

📋 copy color: '#EC124A'

red 236 ◦ green 18 ◦ blue 74

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

Shades of Crimson #EC124A

Tints of Crimson #EC124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 71.95%
G = 5.49%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC124A (or 0xEC124A) is known color: Crimson. HEX triplet: EC, 12 and 4A. RGB value is (236,18,74). Sum of RGB (Red+Green+Blue) = 236+18+74=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC124A is #13EDB5. Grayscale: #595959. Windows color (decimal): -1306038 or 4854508. OLE color: 4854508.

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

Color convert

RGB 236 18 74 -
CMYK 0 0.92 0.69 0.07
HSL 344.59º 0.86% 0.5% -
HSV(B) 344.59º 0.92% 0.93% -
XYZ 36.04 18.76 8.2 -
YUV 89.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 236 18 74 0 0.92 0.69 0.07 344.59 0.86 0.5
Hex EC 12 4A 0 5C 45 7 159 56 32
Octal 354 22 112 0 134 105 7 531 126 62
Binary 11101100 10010 1001010 0 1011100 1000101 111 101011001 1010110 110010

Color Harmonies of #EC124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC124A

Black with #EC124A

Text Example


Text Example

White with #EC124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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