Html Css Color HEX #EA1C40 Crimson

📋 copy color: '#EA1C40'

red 234 ◦ green 28 ◦ blue 64

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

Shades of Crimson #EA1C40

Tints of Crimson #EA1C40

RGB

 RED value IS 234 (91.8% from 255) = 71.78%

 GREEN value IS 28 (11.33% from 255) = 8.59%

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

R = 71.78%
G = 8.59%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1C40 (or 0xEA1C40) is known color: Crimson. HEX triplet: EA, 1C and 40. RGB value is (234,28,64). Sum of RGB (Red+Green+Blue) = 234+28+64=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1C40 is #15E3BF. Grayscale: #5D5D5D. Windows color (decimal): -1434560 or 4201706. OLE color: 4201706.

HSL color Cylindrical-coordinate representation of color #EA1C40: hue angle of 349.51º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1C40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 28 64 -
CMYK 0 0.88 0.73 0.08
HSL 349.51º 0.83% 0.51% -
HSV(B) 349.51º 0.88% 0.92% -
XYZ 35.27 18.69 6.6 -
YUV 93.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 234 28 64 0 0.88 0.73 0.08 349.51 0.83 0.51
Hex EA 1C 40 0 58 49 8 15E 53 33
Octal 352 34 100 0 130 111 10 536 123 63
Binary 11101010 11100 1000000 0 1011000 1001001 1000 101011110 1010011 110011

Color Harmonies of #EA1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C40

Black with #EA1C40

Text Example


Text Example

White with #EA1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C40; }

 p { color: rgb(234,28,64); }

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

background-color css

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

 a { background-color: rgb(234,28,64); }

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

border-color css

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

 span { border-color: rgb(234,28,64); }

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