Html Css Color HEX #EA0739 Crimson

📋 copy color: '#EA0739'

red 234 ◦ green 7 ◦ blue 57

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

Shades of Crimson #EA0739

Tints of Crimson #EA0739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 78.52%
G = 2.35%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0739 (or 0xEA0739) is known color: Crimson. HEX triplet: EA, 07 and 39. RGB value is (234,7,57). Sum of RGB (Red+Green+Blue) = 234+7+57=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0739 is #15F8C6. Grayscale: #505050. Windows color (decimal): -1439943 or 3737578. OLE color: 3737578.

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

Color convert

RGB 234 7 57 -
CMYK 0 0.97 0.76 0.08
HSL 346.78º 0.94% 0.47% -
HSV(B) 346.78º 0.97% 0.92% -
XYZ 34.75 17.94 5.5 -
YUV 80.57 114.71 237.43 -
System Red Green Blue C M Y K H S L
Decimal 234 7 57 0 0.97 0.76 0.08 346.78 0.94 0.47
Hex EA 7 39 0 61 4C 8 15B 5E 2F
Octal 352 7 71 0 141 114 10 533 136 57
Binary 11101010 111 111001 0 1100001 1001100 1000 101011011 1011110 101111

Color Harmonies of #EA0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0739

Black with #EA0739

Text Example


Text Example

White with #EA0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0739; }

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

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

background-color css

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

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

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

border-color css

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

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

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