Html Css Color HEX #EC0742 Crimson

📋 copy color: '#EC0742'

red 236 ◦ green 7 ◦ blue 66

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

Shades of Crimson #EC0742

Tints of Crimson #EC0742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 76.38%
G = 2.27%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0742 (or 0xEC0742) is known color: Crimson. HEX triplet: EC, 07 and 42. RGB value is (236,7,66). Sum of RGB (Red+Green+Blue) = 236+7+66=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0742 is #13F8BD. Grayscale: #525252. Windows color (decimal): -1308862 or 4327404. OLE color: 4327404.

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

Color convert

RGB 236 7 66 -
CMYK 0 0.97 0.72 0.07
HSL 344.54º 0.94% 0.48% -
HSV(B) 344.54º 0.97% 0.93% -
XYZ 35.65 18.38 6.82 -
YUV 82.2 118.87 237.7 -
System Red Green Blue C M Y K H S L
Decimal 236 7 66 0 0.97 0.72 0.07 344.54 0.94 0.48
Hex EC 7 42 0 61 48 7 159 5E 30
Octal 354 7 102 0 141 110 7 531 136 60
Binary 11101100 111 1000010 0 1100001 1001000 111 101011001 1011110 110000

Color Harmonies of #EC0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0742

Black with #EC0742

Text Example


Text Example

White with #EC0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0742; }

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

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

background-color css

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

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

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

border-color css

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

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

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