Html Css Color HEX #EA0E33 Crimson

📋 copy color: '#EA0E33'

red 234 ◦ green 14 ◦ blue 51

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

Shades of Crimson #EA0E33

Tints of Crimson #EA0E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

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

R = 78.26%
G = 4.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA0E33 (or 0xEA0E33) is known color: Crimson. HEX triplet: EA, 0E and 33. RGB value is (234,14,51). Sum of RGB (Red+Green+Blue) = 234+14+51=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0E33 is #15F1CC. Grayscale: #545454. Windows color (decimal): -1438157 or 3346154. OLE color: 3346154.

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

Color convert

RGB 234 14 51 -
CMYK 0 0.94 0.78 0.08
HSL 349.91º 0.89% 0.49% -
HSV(B) 349.91º 0.94% 0.92% -
XYZ 34.69 18.05 4.79 -
YUV 84 109.39 234.99 -
System Red Green Blue C M Y K H S L
Decimal 234 14 51 0 0.94 0.78 0.08 349.91 0.89 0.49
Hex EA E 33 0 5E 4E 8 15E 59 31
Octal 352 16 63 0 136 116 10 536 131 61
Binary 11101010 1110 110011 0 1011110 1001110 1000 101011110 1011001 110001

Color Harmonies of #EA0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0E33

Black with #EA0E33

Text Example


Text Example

White with #EA0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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