Html Css Color HEX #EC0540 Crimson

📋 copy color: '#EC0540'

red 236 ◦ green 5 ◦ blue 64

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

Shades of Crimson #EC0540

Tints of Crimson #EC0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 77.38%
G = 1.64%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC0540 (or 0xEC0540) is known color: Crimson. HEX triplet: EC, 05 and 40. RGB value is (236,5,64). Sum of RGB (Red+Green+Blue) = 236+5+64=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0540 is #13FABF. Grayscale: #505050. Windows color (decimal): -1309376 or 4195820. OLE color: 4195820.

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

Color convert

RGB 236 5 64 -
CMYK 0 0.98 0.73 0.07
HSL 344.68º 0.96% 0.47% -
HSV(B) 344.68º 0.98% 0.93% -
XYZ 35.57 18.31 6.51 -
YUV 80.8 118.53 238.7 -
System Red Green Blue C M Y K H S L
Decimal 236 5 64 0 0.98 0.73 0.07 344.68 0.96 0.47
Hex EC 5 40 0 62 49 7 159 60 2F
Octal 354 5 100 0 142 111 7 531 140 57
Binary 11101100 101 1000000 0 1100010 1001001 111 101011001 1100000 101111

Color Harmonies of #EC0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0540

Black with #EC0540

Text Example


Text Example

White with #EC0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0540; }

 p { color: rgb(236,5,64); }

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

background-color css

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

 a { background-color: rgb(236,5,64); }

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

border-color css

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

 span { border-color: rgb(236,5,64); }

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