Html Css Color HEX #EA1838 Crimson

📋 copy color: '#EA1838'

red 234 ◦ green 24 ◦ blue 56

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

Shades of Crimson #EA1838

Tints of Crimson #EA1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 74.52%
G = 7.64%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA1838 (or 0xEA1838) is known color: Crimson. HEX triplet: EA, 18 and 38. RGB value is (234,24,56). Sum of RGB (Red+Green+Blue) = 234+24+56=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1838 is #15E7C7. Grayscale: #5A5A5A. Windows color (decimal): -1435592 or 3676394. OLE color: 3676394.

HSL color Cylindrical-coordinate representation of color #EA1838: hue angle of 350.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1838 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 56 -
CMYK 0 0.90 0.76 0.08
HSL 350.86º 0.83% 0.51% -
HSV(B) 350.86º 0.9% 0.92% -
XYZ 34.97 18.43 5.46 -
YUV 90.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 234 24 56 0 0.90 0.76 0.08 350.86 0.83 0.51
Hex EA 18 38 0 5A 4C 8 15F 53 33
Octal 352 30 70 0 132 114 10 537 123 63
Binary 11101010 11000 111000 0 1011010 1001100 1000 101011111 1010011 110011

Color Harmonies of #EA1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1838

Black with #EA1838

Text Example


Text Example

White with #EA1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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