Html Css Color HEX #EA1739 Crimson

📋 copy color: '#EA1739'

red 234 ◦ green 23 ◦ blue 57

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

Shades of Crimson #EA1739

Tints of Crimson #EA1739

RGB

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

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

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

R = 74.52%
G = 7.32%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA1739 (or 0xEA1739) is known color: Crimson. HEX triplet: EA, 17 and 39. RGB value is (234,23,57). Sum of RGB (Red+Green+Blue) = 234+23+57=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1739 is #15E8C6. Grayscale: #5A5A5A. Windows color (decimal): -1435847 or 3741674. OLE color: 3741674.

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

Color convert

RGB 234 23 57 -
CMYK 0 0.90 0.76 0.08
HSL 350.33º 0.83% 0.5% -
HSV(B) 350.33º 0.9% 0.92% -
XYZ 34.98 18.4 5.58 -
YUV 89.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 234 23 57 0 0.90 0.76 0.08 350.33 0.83 0.5
Hex EA 17 39 0 5A 4C 8 15E 53 32
Octal 352 27 71 0 132 114 10 536 123 62
Binary 11101010 10111 111001 0 1011010 1001100 1000 101011110 1010011 110010

Color Harmonies of #EA1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1739

Black with #EA1739

Text Example


Text Example

White with #EA1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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