Html Css Color HEX #EC0042 Crimson

📋 copy color: '#EC0042'

red 236 ◦ green 0 ◦ blue 66

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

Shades of Crimson #EC0042

Tints of Crimson #EC0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.15%
G = 0%
B = 21.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0042 (or 0xEC0042) is known color: Crimson. HEX triplet: EC, 00 and 42. RGB value is (236,0,66). Sum of RGB (Red+Green+Blue) = 236+0+66=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0042 is #13FFBD. Grayscale: #4E4E4E. Windows color (decimal): -1310654 or 4325612. OLE color: 4325612.

HSL color Cylindrical-coordinate representation of color #EC0042: hue angle of 343.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0042 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 66 -
CMYK 0 1 0.72 0.07
HSL 343.22º 1% 0.46% -
HSV(B) 343.22º 1% 0.93% -
XYZ 35.58 18.23 6.8 -
YUV 78.09 121.19 240.63 -
System Red Green Blue C M Y K H S L
Decimal 236 0 66 0 1 0.72 0.07 343.22 1 0.46
Hex EC 0 42 0 64 48 7 157 64 2E
Octal 354 0 102 0 144 110 7 527 144 56
Binary 11101100 0 1000010 0 1100100 1001000 111 101010111 1100100 101110

Color Harmonies of #EC0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0042

Black with #EC0042

Text Example


Text Example

White with #EC0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0042; }

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

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

background-color css

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

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

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

border-color css

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

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

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