Html Css Color HEX #EC1039 Crimson

📋 copy color: '#EC1039'

red 236 ◦ green 16 ◦ blue 57

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

Shades of Crimson #EC1039

Tints of Crimson #EC1039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.45%

R = 76.38%
G = 5.18%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1039 (or 0xEC1039) is known color: Crimson. HEX triplet: EC, 10 and 39. RGB value is (236,16,57). Sum of RGB (Red+Green+Blue) = 236+16+57=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1039 is #13EFC6. Grayscale: #565656. Windows color (decimal): -1306567 or 3739884. OLE color: 3739884.

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

Color convert

RGB 236 16 57 -
CMYK 0 0.93 0.76 0.07
HSL 348.82º 0.87% 0.49% -
HSV(B) 348.82º 0.93% 0.93% -
XYZ 35.52 18.5 5.57 -
YUV 86.45 111.39 234.67 -
System Red Green Blue C M Y K H S L
Decimal 236 16 57 0 0.93 0.76 0.07 348.82 0.87 0.49
Hex EC 10 39 0 5D 4C 7 15D 57 31
Octal 354 20 71 0 135 114 7 535 127 61
Binary 11101100 10000 111001 0 1011101 1001100 111 101011101 1010111 110001

Color Harmonies of #EC1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1039

Black with #EC1039

Text Example


Text Example

White with #EC1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1039; }

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

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

background-color css

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

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

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

border-color css

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

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

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