Html Css Color HEX #EA1539 Crimson

📋 copy color: '#EA1539'

red 234 ◦ green 21 ◦ blue 57

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

Shades of Crimson #EA1539

Tints of Crimson #EA1539

RGB

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

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

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

R = 75%
G = 6.73%
B = 18.27%

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

#EA1539 (or 0xEA1539) is known color: Crimson. HEX triplet: EA, 15 and 39. RGB value is (234,21,57). Sum of RGB (Red+Green+Blue) = 234+21+57=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1539 is #15EAC6. Grayscale: #585858. Windows color (decimal): -1436359 or 3741162. OLE color: 3741162.

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

Color convert

RGB 234 21 57 -
CMYK 0 0.91 0.76 0.08
HSL 349.86º 0.84% 0.5% -
HSV(B) 349.86º 0.91% 0.92% -
XYZ 34.94 18.32 5.57 -
YUV 88.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 234 21 57 0 0.91 0.76 0.08 349.86 0.84 0.5
Hex EA 15 39 0 5B 4C 8 15E 54 32
Octal 352 25 71 0 133 114 10 536 124 62
Binary 11101010 10101 111001 0 1011011 1001100 1000 101011110 1010100 110010

Color Harmonies of #EA1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1539

Black with #EA1539

Text Example


Text Example

White with #EA1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1539; }

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

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

background-color css

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

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

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

border-color css

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

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

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