Html Css Color HEX #EC0746 Crimson

📋 copy color: '#EC0746'

red 236 ◦ green 7 ◦ blue 70

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

Shades of Crimson #EC0746

Tints of Crimson #EC0746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 75.4%
G = 2.24%
B = 22.36%

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

#EC0746 (or 0xEC0746) is known color: Crimson. HEX triplet: EC, 07 and 46. RGB value is (236,7,70). Sum of RGB (Red+Green+Blue) = 236+7+70=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0746 is #13F8B9. Grayscale: #525252. Windows color (decimal): -1308858 or 4589548. OLE color: 4589548.

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

Color convert

RGB 236 7 70 -
CMYK 0 0.97 0.70 0.07
HSL 343.49º 0.94% 0.48% -
HSV(B) 343.49º 0.97% 0.93% -
XYZ 35.77 18.43 7.47 -
YUV 82.65 120.87 237.38 -
System Red Green Blue C M Y K H S L
Decimal 236 7 70 0 0.97 0.70 0.07 343.49 0.94 0.48
Hex EC 7 46 0 61 46 7 157 5E 30
Octal 354 7 106 0 141 106 7 527 136 60
Binary 11101100 111 1000110 0 1100001 1000110 111 101010111 1011110 110000

Color Harmonies of #EC0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0746

Black with #EC0746

Text Example


Text Example

White with #EC0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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