Html Css Color HEX #EA1438 Crimson

📋 copy color: '#EA1438'

red 234 ◦ green 20 ◦ blue 56

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

Shades of Crimson #EA1438

Tints of Crimson #EA1438

RGB

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

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

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

R = 75.48%
G = 6.45%
B = 18.06%

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

#EA1438 (or 0xEA1438) is known color: Crimson. HEX triplet: EA, 14 and 38. RGB value is (234,20,56). Sum of RGB (Red+Green+Blue) = 234+20+56=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1438 is #15EBC7. Grayscale: #585858. Windows color (decimal): -1436616 or 3675370. OLE color: 3675370.

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

Color convert

RGB 234 20 56 -
CMYK 0 0.91 0.76 0.08
HSL 349.91º 0.84% 0.5% -
HSV(B) 349.91º 0.91% 0.92% -
XYZ 34.9 18.28 5.43 -
YUV 88.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 234 20 56 0 0.91 0.76 0.08 349.91 0.84 0.5
Hex EA 14 38 0 5B 4C 8 15E 54 32
Octal 352 24 70 0 133 114 10 536 124 62
Binary 11101010 10100 111000 0 1011011 1001100 1000 101011110 1010100 110010

Color Harmonies of #EA1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1438

Black with #EA1438

Text Example


Text Example

White with #EA1438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1438; }

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

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

background-color css

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

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

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

border-color css

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

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

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