Html Css Color HEX #EC1840 Crimson

📋 copy color: '#EC1840'

red 236 ◦ green 24 ◦ blue 64

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

Shades of Crimson #EC1840

Tints of Crimson #EC1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 72.84%
G = 7.41%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC1840 (or 0xEC1840) is known color: Crimson. HEX triplet: EC, 18 and 40. RGB value is (236,24,64). Sum of RGB (Red+Green+Blue) = 236+24+64=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1840 is #13E7BF. Grayscale: #5C5C5C. Windows color (decimal): -1304512 or 4200684. OLE color: 4200684.

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

Color convert

RGB 236 24 64 -
CMYK 0 0.90 0.73 0.07
HSL 348.68º 0.85% 0.51% -
HSV(B) 348.68º 0.9% 0.93% -
XYZ 35.84 18.86 6.6 -
YUV 91.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 236 24 64 0 0.90 0.73 0.07 348.68 0.85 0.51
Hex EC 18 40 0 5A 49 7 15D 55 33
Octal 354 30 100 0 132 111 7 535 125 63
Binary 11101100 11000 1000000 0 1011010 1001001 111 101011101 1010101 110011

Color Harmonies of #EC1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1840

Black with #EC1840

Text Example


Text Example

White with #EC1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1840; }

 p { color: rgb(236,24,64); }

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

background-color css

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

 a { background-color: rgb(236,24,64); }

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

border-color css

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

 span { border-color: rgb(236,24,64); }

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