Html Css Color HEX #EA1437 Crimson

📋 copy color: '#EA1437'

red 234 ◦ green 20 ◦ blue 55

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

Shades of Crimson #EA1437

Tints of Crimson #EA1437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 75.73%
G = 6.47%
B = 17.8%

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

#EA1437 (or 0xEA1437) is known color: Crimson. HEX triplet: EA, 14 and 37. RGB value is (234,20,55). Sum of RGB (Red+Green+Blue) = 234+20+55=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1437 is #15EBC8. Grayscale: #585858. Windows color (decimal): -1436617 or 3609834. OLE color: 3609834.

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

Color convert

RGB 234 20 55 -
CMYK 0 0.91 0.76 0.08
HSL 350.19º 0.84% 0.5% -
HSV(B) 350.19º 0.91% 0.92% -
XYZ 34.87 18.27 5.3 -
YUV 87.98 109.4 232.15 -
System Red Green Blue C M Y K H S L
Decimal 234 20 55 0 0.91 0.76 0.08 350.19 0.84 0.5
Hex EA 14 37 0 5B 4C 8 15E 54 32
Octal 352 24 67 0 133 114 10 536 124 62
Binary 11101010 10100 110111 0 1011011 1001100 1000 101011110 1010100 110010

Color Harmonies of #EA1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1437

Black with #EA1437

Text Example


Text Example

White with #EA1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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