Html Css Color HEX #EC1342 Crimson

📋 copy color: '#EC1342'

red 236 ◦ green 19 ◦ blue 66

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

Shades of Crimson #EC1342

Tints of Crimson #EC1342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 73.52%
G = 5.92%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1342 (or 0xEC1342) is known color: Crimson. HEX triplet: EC, 13 and 42. RGB value is (236,19,66). Sum of RGB (Red+Green+Blue) = 236+19+66=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1342 is #13ECBD. Grayscale: #595959. Windows color (decimal): -1305790 or 4330476. OLE color: 4330476.

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

Color convert

RGB 236 19 66 -
CMYK 0 0.92 0.72 0.07
HSL 347º 0.85% 0.5% -
HSV(B) 347º 0.92% 0.93% -
XYZ 35.81 18.69 6.87 -
YUV 89.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 236 19 66 0 0.92 0.72 0.07 347 0.85 0.5
Hex EC 13 42 0 5C 48 7 15B 55 32
Octal 354 23 102 0 134 110 7 533 125 62
Binary 11101100 10011 1000010 0 1011100 1001000 111 101011011 1010101 110010

Color Harmonies of #EC1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1342

Black with #EC1342

Text Example


Text Example

White with #EC1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1342; }

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

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

background-color css

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

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

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

border-color css

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

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

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