Html Css Color HEX #EC0740 Crimson

📋 copy color: '#EC0740'

red 236 ◦ green 7 ◦ blue 64

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

Shades of Crimson #EC0740

Tints of Crimson #EC0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 76.87%
G = 2.28%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC0740 (or 0xEC0740) is known color: Crimson. HEX triplet: EC, 07 and 40. RGB value is (236,7,64). Sum of RGB (Red+Green+Blue) = 236+7+64=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0740 is #13F8BF. Grayscale: #515151. Windows color (decimal): -1308864 or 4196332. OLE color: 4196332.

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

Color convert

RGB 236 7 64 -
CMYK 0 0.97 0.73 0.07
HSL 345.07º 0.94% 0.48% -
HSV(B) 345.07º 0.97% 0.93% -
XYZ 35.59 18.35 6.52 -
YUV 81.97 117.87 237.87 -
System Red Green Blue C M Y K H S L
Decimal 236 7 64 0 0.97 0.73 0.07 345.07 0.94 0.48
Hex EC 7 40 0 61 49 7 159 5E 30
Octal 354 7 100 0 141 111 7 531 136 60
Binary 11101100 111 1000000 0 1100001 1001001 111 101011001 1011110 110000

Color Harmonies of #EC0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0740

Black with #EC0740

Text Example


Text Example

White with #EC0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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