Html Css Color HEX #EC1736 Crimson

📋 copy color: '#EC1736'

red 236 ◦ green 23 ◦ blue 54

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

Shades of Crimson #EC1736

Tints of Crimson #EC1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 75.4%
G = 7.35%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1736 (or 0xEC1736) is known color: Crimson. HEX triplet: EC, 17 and 36. RGB value is (236,23,54). Sum of RGB (Red+Green+Blue) = 236+23+54=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1736 is #13E8C9. Grayscale: #5A5A5A. Windows color (decimal): -1304778 or 3545068. OLE color: 3545068.

HSL color Cylindrical-coordinate representation of color #EC1736: hue angle of 351.27º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1736 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 54 -
CMYK 0 0.90 0.77 0.07
HSL 351.27º 0.85% 0.51% -
HSV(B) 351.27º 0.9% 0.93% -
XYZ 35.56 18.71 5.23 -
YUV 90.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 236 23 54 0 0.90 0.77 0.07 351.27 0.85 0.51
Hex EC 17 36 0 5A 4D 7 15F 55 33
Octal 354 27 66 0 132 115 7 537 125 63
Binary 11101100 10111 110110 0 1011010 1001101 111 101011111 1010101 110011

Color Harmonies of #EC1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1736

Black with #EC1736

Text Example


Text Example

White with #EC1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1736; }

 p { color: rgb(236,23,54); }

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

background-color css

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

 a { background-color: rgb(236,23,54); }

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

border-color css

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

 span { border-color: rgb(236,23,54); }

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