Html Css Color HEX #EC123F Crimson

📋 copy color: '#EC123F'

red 236 ◦ green 18 ◦ blue 63

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

Shades of Crimson #EC123F

Tints of Crimson #EC123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 74.45%
G = 5.68%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC123F (or 0xEC123F) is known color: Crimson. HEX triplet: EC, 12 and 3F. RGB value is (236,18,63). Sum of RGB (Red+Green+Blue) = 236+18+63=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC123F is #13EDC0. Grayscale: #585858. Windows color (decimal): -1306049 or 4133612. OLE color: 4133612.

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

Color convert

RGB 236 18 63 -
CMYK 0 0.92 0.73 0.07
HSL 347.61º 0.86% 0.5% -
HSV(B) 347.61º 0.92% 0.93% -
XYZ 35.71 18.62 6.42 -
YUV 88.31 113.72 233.34 -
System Red Green Blue C M Y K H S L
Decimal 236 18 63 0 0.92 0.73 0.07 347.61 0.86 0.5
Hex EC 12 3F 0 5C 49 7 15C 56 32
Octal 354 22 77 0 134 111 7 534 126 62
Binary 11101100 10010 111111 0 1011100 1001001 111 101011100 1010110 110010

Color Harmonies of #EC123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC123F

Black with #EC123F

Text Example


Text Example

White with #EC123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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