Html Css Color HEX #EA144A Crimson

📋 copy color: '#EA144A'

red 234 ◦ green 20 ◦ blue 74

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

Shades of Crimson #EA144A

Tints of Crimson #EA144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 71.34%
G = 6.1%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA144A (or 0xEA144A) is known color: Crimson. HEX triplet: EA, 14 and 4A. RGB value is (234,20,74). Sum of RGB (Red+Green+Blue) = 234+20+74=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA144A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA144A is #15EBB5. Grayscale: #5A5A5A. Windows color (decimal): -1436598 or 4855018. OLE color: 4855018.

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

Color convert

RGB 234 20 74 -
CMYK 0 0.91 0.68 0.08
HSL 344.86º 0.84% 0.5% -
HSV(B) 344.86º 0.91% 0.92% -
XYZ 35.42 18.49 8.18 -
YUV 90.14 118.9 230.61 -
System Red Green Blue C M Y K H S L
Decimal 234 20 74 0 0.91 0.68 0.08 344.86 0.84 0.5
Hex EA 14 4A 0 5B 44 8 159 54 32
Octal 352 24 112 0 133 104 10 531 124 62
Binary 11101010 10100 1001010 0 1011011 1000100 1000 101011001 1010100 110010

Color Harmonies of #EA144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA144A

Black with #EA144A

Text Example


Text Example

White with #EA144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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