Html Css Color HEX #EC1339 Crimson

📋 copy color: '#EC1339'

red 236 ◦ green 19 ◦ blue 57

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

Shades of Crimson #EC1339

Tints of Crimson #EC1339

RGB

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

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

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

R = 75.64%
G = 6.09%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1339 (or 0xEC1339) is known color: Crimson. HEX triplet: EC, 13 and 39. RGB value is (236,19,57). Sum of RGB (Red+Green+Blue) = 236+19+57=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1339 is #13ECC6. Grayscale: #585858. Windows color (decimal): -1305799 or 3740652. OLE color: 3740652.

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

Color convert

RGB 236 19 57 -
CMYK 0 0.92 0.76 0.07
HSL 349.49º 0.85% 0.5% -
HSV(B) 349.49º 0.92% 0.93% -
XYZ 35.56 18.59 5.59 -
YUV 88.22 110.39 233.41 -
System Red Green Blue C M Y K H S L
Decimal 236 19 57 0 0.92 0.76 0.07 349.49 0.85 0.5
Hex EC 13 39 0 5C 4C 7 15D 55 32
Octal 354 23 71 0 134 114 7 535 125 62
Binary 11101100 10011 111001 0 1011100 1001100 111 101011101 1010101 110010

Color Harmonies of #EC1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1339

Black with #EC1339

Text Example


Text Example

White with #EC1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1339; }

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

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

background-color css

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

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

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

border-color css

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

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

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