Html Css Color HEX #EC123B Crimson

📋 copy color: '#EC123B'

red 236 ◦ green 18 ◦ blue 59

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

Shades of Crimson #EC123B

Tints of Crimson #EC123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 75.4%
G = 5.75%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC123B (or 0xEC123B) is known color: Crimson. HEX triplet: EC, 12 and 3B. RGB value is (236,18,59). Sum of RGB (Red+Green+Blue) = 236+18+59=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC123B is #13EDC4. Grayscale: #575757. Windows color (decimal): -1306053 or 3871468. OLE color: 3871468.

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

Color convert

RGB 236 18 59 -
CMYK 0 0.92 0.75 0.07
HSL 348.72º 0.86% 0.5% -
HSV(B) 348.72º 0.92% 0.93% -
XYZ 35.6 18.58 5.85 -
YUV 87.86 111.72 233.67 -
System Red Green Blue C M Y K H S L
Decimal 236 18 59 0 0.92 0.75 0.07 348.72 0.86 0.5
Hex EC 12 3B 0 5C 4B 7 15D 56 32
Octal 354 22 73 0 134 113 7 535 126 62
Binary 11101100 10010 111011 0 1011100 1001011 111 101011101 1010110 110010

Color Harmonies of #EC123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC123B

Black with #EC123B

Text Example


Text Example

White with #EC123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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