Html Css Color HEX #EA1133 Crimson

📋 copy color: '#EA1133'

red 234 ◦ green 17 ◦ blue 51

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

Shades of Crimson #EA1133

Tints of Crimson #EA1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 77.48%
G = 5.63%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA1133 (or 0xEA1133) is known color: Crimson. HEX triplet: EA, 11 and 33. RGB value is (234,17,51). Sum of RGB (Red+Green+Blue) = 234+17+51=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1133 is #15EECC. Grayscale: #555555. Windows color (decimal): -1437389 or 3346922. OLE color: 3346922.

HSL color Cylindrical-coordinate representation of color #EA1133: hue angle of 350.6º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1133 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 51 -
CMYK 0 0.93 0.78 0.08
HSL 350.6º 0.86% 0.49% -
HSV(B) 350.6º 0.93% 0.92% -
XYZ 34.73 18.13 4.8 -
YUV 85.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 234 17 51 0 0.93 0.78 0.08 350.6 0.86 0.49
Hex EA 11 33 0 5D 4E 8 15F 56 31
Octal 352 21 63 0 135 116 10 537 126 61
Binary 11101010 10001 110011 0 1011101 1001110 1000 101011111 1010110 110001

Color Harmonies of #EA1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1133

Black with #EA1133

Text Example


Text Example

White with #EA1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1133; }

 p { color: rgb(234,17,51); }

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

background-color css

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

 a { background-color: rgb(234,17,51); }

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

border-color css

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

 span { border-color: rgb(234,17,51); }

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