Html Css Color HEX #EA1439 Crimson

📋 copy color: '#EA1439'

red 234 ◦ green 20 ◦ blue 57

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

Shades of Crimson #EA1439

Tints of Crimson #EA1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 75.24%
G = 6.43%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA1439 (or 0xEA1439) is known color: Crimson. HEX triplet: EA, 14 and 39. RGB value is (234,20,57). Sum of RGB (Red+Green+Blue) = 234+20+57=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1439 is #15EBC6. Grayscale: #585858. Windows color (decimal): -1436615 or 3740906. OLE color: 3740906.

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

Color convert

RGB 234 20 57 -
CMYK 0 0.91 0.76 0.08
HSL 349.63º 0.84% 0.5% -
HSV(B) 349.63º 0.91% 0.92% -
XYZ 34.92 18.29 5.56 -
YUV 88.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 234 20 57 0 0.91 0.76 0.08 349.63 0.84 0.5
Hex EA 14 39 0 5B 4C 8 15E 54 32
Octal 352 24 71 0 133 114 10 536 124 62
Binary 11101010 10100 111001 0 1011011 1001100 1000 101011110 1010100 110010

Color Harmonies of #EA1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1439

Black with #EA1439

Text Example


Text Example

White with #EA1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1439; }

 p { color: rgb(234,20,57); }

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

background-color css

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

 a { background-color: rgb(234,20,57); }

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

border-color css

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

 span { border-color: rgb(234,20,57); }

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