Html Css Color HEX #EC123E Crimson

📋 copy color: '#EC123E'

red 236 ◦ green 18 ◦ blue 62

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

Shades of Crimson #EC123E

Tints of Crimson #EC123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 74.68%
G = 5.7%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC123E (or 0xEC123E) is known color: Crimson. HEX triplet: EC, 12 and 3E. RGB value is (236,18,62). Sum of RGB (Red+Green+Blue) = 236+18+62=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC123E is #13EDC1. Grayscale: #585858. Windows color (decimal): -1306050 or 4068076. OLE color: 4068076.

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

Color convert

RGB 236 18 62 -
CMYK 0 0.92 0.74 0.07
HSL 347.89º 0.86% 0.5% -
HSV(B) 347.89º 0.92% 0.93% -
XYZ 35.68 18.61 6.27 -
YUV 88.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 236 18 62 0 0.92 0.74 0.07 347.89 0.86 0.5
Hex EC 12 3E 0 5C 4A 7 15C 56 32
Octal 354 22 76 0 134 112 7 534 126 62
Binary 11101100 10010 111110 0 1011100 1001010 111 101011100 1010110 110010

Color Harmonies of #EC123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC123E

Black with #EC123E

Text Example


Text Example

White with #EC123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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