Html Css Color HEX #EA0838 Crimson

📋 copy color: '#EA0838'

red 234 ◦ green 8 ◦ blue 56

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

Shades of Crimson #EA0838

Tints of Crimson #EA0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 78.52%
G = 2.68%
B = 18.79%

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

#EA0838 (or 0xEA0838) is known color: Crimson. HEX triplet: EA, 08 and 38. RGB value is (234,8,56). Sum of RGB (Red+Green+Blue) = 234+8+56=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0838 is #15F7C7. Grayscale: #515151. Windows color (decimal): -1439688 or 3672298. OLE color: 3672298.

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

Color convert

RGB 234 8 56 -
CMYK 0 0.97 0.76 0.08
HSL 347.26º 0.93% 0.47% -
HSV(B) 347.26º 0.97% 0.92% -
XYZ 34.73 17.95 5.38 -
YUV 81.05 113.87 237.1 -
System Red Green Blue C M Y K H S L
Decimal 234 8 56 0 0.97 0.76 0.08 347.26 0.93 0.47
Hex EA 8 38 0 61 4C 8 15B 5D 2F
Octal 352 10 70 0 141 114 10 533 135 57
Binary 11101010 1000 111000 0 1100001 1001100 1000 101011011 1011101 101111

Color Harmonies of #EA0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0838

Black with #EA0838

Text Example


Text Example

White with #EA0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0838; }

 p { color: rgb(234,8,56); }

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

background-color css

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

 a { background-color: rgb(234,8,56); }

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

border-color css

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

 span { border-color: rgb(234,8,56); }

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