Html Css Color HEX #EC093C Crimson

📋 copy color: '#EC093C'

red 236 ◦ green 9 ◦ blue 60

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

Shades of Crimson #EC093C

Tints of Crimson #EC093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 77.38%
G = 2.95%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC093C (or 0xEC093C) is known color: Crimson. HEX triplet: EC, 09 and 3C. RGB value is (236,9,60). Sum of RGB (Red+Green+Blue) = 236+9+60=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC093C is #13F6C3. Grayscale: #525252. Windows color (decimal): -1308356 or 3934700. OLE color: 3934700.

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

Color convert

RGB 236 9 60 -
CMYK 0 0.96 0.75 0.07
HSL 346.52º 0.93% 0.48% -
HSV(B) 346.52º 0.96% 0.93% -
XYZ 35.51 18.35 5.95 -
YUV 82.69 115.21 237.35 -
System Red Green Blue C M Y K H S L
Decimal 236 9 60 0 0.96 0.75 0.07 346.52 0.93 0.48
Hex EC 9 3C 0 60 4B 7 15B 5D 30
Octal 354 11 74 0 140 113 7 533 135 60
Binary 11101100 1001 111100 0 1100000 1001011 111 101011011 1011101 110000

Color Harmonies of #EC093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC093C

Black with #EC093C

Text Example


Text Example

White with #EC093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC093C; }

 p { color: rgb(236,9,60); }

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

background-color css

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

 a { background-color: rgb(236,9,60); }

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

border-color css

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

 span { border-color: rgb(236,9,60); }

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