Html Css Color HEX #EC0747 Crimson

📋 copy color: '#EC0747'

red 236 ◦ green 7 ◦ blue 71

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

Shades of Crimson #EC0747

Tints of Crimson #EC0747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 75.16%
G = 2.23%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC0747 (or 0xEC0747) is known color: Crimson. HEX triplet: EC, 07 and 47. RGB value is (236,7,71). Sum of RGB (Red+Green+Blue) = 236+7+71=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0747 is #13F8B8. Grayscale: #525252. Windows color (decimal): -1308857 or 4655084. OLE color: 4655084.

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

Color convert

RGB 236 7 71 -
CMYK 0 0.97 0.70 0.07
HSL 343.23º 0.94% 0.48% -
HSV(B) 343.23º 0.97% 0.93% -
XYZ 35.81 18.44 7.63 -
YUV 82.77 121.37 237.3 -
System Red Green Blue C M Y K H S L
Decimal 236 7 71 0 0.97 0.70 0.07 343.23 0.94 0.48
Hex EC 7 47 0 61 46 7 157 5E 30
Octal 354 7 107 0 141 106 7 527 136 60
Binary 11101100 111 1000111 0 1100001 1000110 111 101010111 1011110 110000

Color Harmonies of #EC0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0747

Black with #EC0747

Text Example


Text Example

White with #EC0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0747; }

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

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

background-color css

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

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

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

border-color css

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

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

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