Html Css Color HEX #EC103A Crimson

📋 copy color: '#EC103A'

red 236 ◦ green 16 ◦ blue 58

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

Shades of Crimson #EC103A

Tints of Crimson #EC103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

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

R = 76.13%
G = 5.16%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC103A (or 0xEC103A) is known color: Crimson. HEX triplet: EC, 10 and 3A. RGB value is (236,16,58). Sum of RGB (Red+Green+Blue) = 236+16+58=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC103A is #13EFC5. Grayscale: #565656. Windows color (decimal): -1306566 or 3805420. OLE color: 3805420.

HSL color Cylindrical-coordinate representation of color #EC103A: hue angle of 348.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC103A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 58 -
CMYK 0 0.93 0.75 0.07
HSL 348.55º 0.87% 0.49% -
HSV(B) 348.55º 0.93% 0.93% -
XYZ 35.54 18.51 5.7 -
YUV 86.57 111.89 234.58 -
System Red Green Blue C M Y K H S L
Decimal 236 16 58 0 0.93 0.75 0.07 348.55 0.87 0.49
Hex EC 10 3A 0 5D 4B 7 15D 57 31
Octal 354 20 72 0 135 113 7 535 127 61
Binary 11101100 10000 111010 0 1011101 1001011 111 101011101 1010111 110001

Color Harmonies of #EC103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC103A

Black with #EC103A

Text Example


Text Example

White with #EC103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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