Html Css Color HEX #EC123A Crimson

📋 copy color: '#EC123A'

red 236 ◦ green 18 ◦ blue 58

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

Shades of Crimson #EC123A

Tints of Crimson #EC123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 75.64%
G = 5.77%
B = 18.59%

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

#EC123A (or 0xEC123A) is known color: Crimson. HEX triplet: EC, 12 and 3A. RGB value is (236,18,58). Sum of RGB (Red+Green+Blue) = 236+18+58=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC123A is #13EDC5. Grayscale: #575757. Windows color (decimal): -1306054 or 3805932. OLE color: 3805932.

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

Color convert

RGB 236 18 58 -
CMYK 0 0.92 0.75 0.07
HSL 348.99º 0.86% 0.5% -
HSV(B) 348.99º 0.92% 0.93% -
XYZ 35.57 18.57 5.71 -
YUV 87.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 236 18 58 0 0.92 0.75 0.07 348.99 0.86 0.5
Hex EC 12 3A 0 5C 4B 7 15D 56 32
Octal 354 22 72 0 134 113 7 535 126 62
Binary 11101100 10010 111010 0 1011100 1001011 111 101011101 1010110 110010

Color Harmonies of #EC123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC123A

Black with #EC123A

Text Example


Text Example

White with #EC123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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