Html Css Color HEX #EC1547 Crimson

📋 copy color: '#EC1547'

red 236 ◦ green 21 ◦ blue 71

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

Shades of Crimson #EC1547

Tints of Crimson #EC1547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 71.95%
G = 6.4%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1547 (or 0xEC1547) is known color: Crimson. HEX triplet: EC, 15 and 47. RGB value is (236,21,71). Sum of RGB (Red+Green+Blue) = 236+21+71=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1547 is #13EAB8. Grayscale: #5B5B5B. Windows color (decimal): -1305273 or 4658668. OLE color: 4658668.

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

Color convert

RGB 236 21 71 -
CMYK 0 0.91 0.70 0.07
HSL 346.05º 0.85% 0.5% -
HSV(B) 346.05º 0.91% 0.93% -
XYZ 36 18.82 7.7 -
YUV 90.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 236 21 71 0 0.91 0.70 0.07 346.05 0.85 0.5
Hex EC 15 47 0 5B 46 7 15A 55 32
Octal 354 25 107 0 133 106 7 532 125 62
Binary 11101100 10101 1000111 0 1011011 1000110 111 101011010 1010101 110010

Color Harmonies of #EC1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1547

Black with #EC1547

Text Example


Text Example

White with #EC1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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