Html Css Color HEX #EC093F Crimson

📋 copy color: '#EC093F'

red 236 ◦ green 9 ◦ blue 63

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

Shades of Crimson #EC093F

Tints of Crimson #EC093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 76.62%
G = 2.92%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC093F (or 0xEC093F) is known color: Crimson. HEX triplet: EC, 09 and 3F. RGB value is (236,9,63). Sum of RGB (Red+Green+Blue) = 236+9+63=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC093F is #13F6C0. Grayscale: #535353. Windows color (decimal): -1308353 or 4131308. OLE color: 4131308.

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

Color convert

RGB 236 9 63 -
CMYK 0 0.96 0.73 0.07
HSL 345.73º 0.93% 0.48% -
HSV(B) 345.73º 0.96% 0.93% -
XYZ 35.59 18.39 6.38 -
YUV 83.03 116.71 237.11 -
System Red Green Blue C M Y K H S L
Decimal 236 9 63 0 0.96 0.73 0.07 345.73 0.93 0.48
Hex EC 9 3F 0 60 49 7 15A 5D 30
Octal 354 11 77 0 140 111 7 532 135 60
Binary 11101100 1001 111111 0 1100000 1001001 111 101011010 1011101 110000

Color Harmonies of #EC093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC093F

Black with #EC093F

Text Example


Text Example

White with #EC093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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