Html Css Color HEX #EC1042 Crimson

📋 copy color: '#EC1042'

red 236 ◦ green 16 ◦ blue 66

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

Shades of Crimson #EC1042

Tints of Crimson #EC1042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 74.21%
G = 5.03%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1042 (or 0xEC1042) is known color: Crimson. HEX triplet: EC, 10 and 42. RGB value is (236,16,66). Sum of RGB (Red+Green+Blue) = 236+16+66=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1042 is #13EFBD. Grayscale: #575757. Windows color (decimal): -1306558 or 4329708. OLE color: 4329708.

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

Color convert

RGB 236 16 66 -
CMYK 0 0.93 0.72 0.07
HSL 346.36º 0.87% 0.49% -
HSV(B) 346.36º 0.93% 0.93% -
XYZ 35.76 18.6 6.86 -
YUV 87.48 115.89 233.93 -
System Red Green Blue C M Y K H S L
Decimal 236 16 66 0 0.93 0.72 0.07 346.36 0.87 0.49
Hex EC 10 42 0 5D 48 7 15A 57 31
Octal 354 20 102 0 135 110 7 532 127 61
Binary 11101100 10000 1000010 0 1011101 1001000 111 101011010 1010111 110001

Color Harmonies of #EC1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1042

Black with #EC1042

Text Example


Text Example

White with #EC1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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