Html Css Color HEX #EC1539 Crimson

📋 copy color: '#EC1539'

red 236 ◦ green 21 ◦ blue 57

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

Shades of Crimson #EC1539

Tints of Crimson #EC1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 75.16%
G = 6.69%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1539 (or 0xEC1539) is known color: Crimson. HEX triplet: EC, 15 and 39. RGB value is (236,21,57). Sum of RGB (Red+Green+Blue) = 236+21+57=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1539 is #13EAC6. Grayscale: #595959. Windows color (decimal): -1305287 or 3741164. OLE color: 3741164.

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

Color convert

RGB 236 21 57 -
CMYK 0 0.91 0.76 0.07
HSL 349.95º 0.85% 0.5% -
HSV(B) 349.95º 0.91% 0.93% -
XYZ 35.6 18.66 5.6 -
YUV 89.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 236 21 57 0 0.91 0.76 0.07 349.95 0.85 0.5
Hex EC 15 39 0 5B 4C 7 15E 55 32
Octal 354 25 71 0 133 114 7 536 125 62
Binary 11101100 10101 111001 0 1011011 1001100 111 101011110 1010101 110010

Color Harmonies of #EC1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1539

Black with #EC1539

Text Example


Text Example

White with #EC1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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