Html Css Color HEX #EA1442 Crimson

📋 copy color: '#EA1442'

red 234 ◦ green 20 ◦ blue 66

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

Shades of Crimson #EA1442

Tints of Crimson #EA1442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 73.13%
G = 6.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA1442 (or 0xEA1442) is known color: Crimson. HEX triplet: EA, 14 and 42. RGB value is (234,20,66). Sum of RGB (Red+Green+Blue) = 234+20+66=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1442 is #15EBBD. Grayscale: #595959. Windows color (decimal): -1436606 or 4330730. OLE color: 4330730.

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

Color convert

RGB 234 20 66 -
CMYK 0 0.91 0.72 0.08
HSL 347.1º 0.84% 0.5% -
HSV(B) 347.1º 0.91% 0.92% -
XYZ 35.17 18.39 6.85 -
YUV 89.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 234 20 66 0 0.91 0.72 0.08 347.1 0.84 0.5
Hex EA 14 42 0 5B 48 8 15B 54 32
Octal 352 24 102 0 133 110 10 533 124 62
Binary 11101010 10100 1000010 0 1011011 1001000 1000 101011011 1010100 110010

Color Harmonies of #EA1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1442

Black with #EA1442

Text Example


Text Example

White with #EA1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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