Html Css Color HEX #EA1640 Crimson

📋 copy color: '#EA1640'

red 234 ◦ green 22 ◦ blue 64

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

Shades of Crimson #EA1640

Tints of Crimson #EA1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 73.13%
G = 6.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1640 (or 0xEA1640) is known color: Crimson. HEX triplet: EA, 16 and 40. RGB value is (234,22,64). Sum of RGB (Red+Green+Blue) = 234+22+64=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1640 is #15E9BF. Grayscale: #5A5A5A. Windows color (decimal): -1436096 or 4200170. OLE color: 4200170.

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

Color convert

RGB 234 22 64 -
CMYK 0 0.91 0.73 0.08
HSL 348.11º 0.83% 0.5% -
HSV(B) 348.11º 0.91% 0.92% -
XYZ 35.14 18.44 6.56 -
YUV 90.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 234 22 64 0 0.91 0.73 0.08 348.11 0.83 0.5
Hex EA 16 40 0 5B 49 8 15C 53 32
Octal 352 26 100 0 133 111 10 534 123 62
Binary 11101010 10110 1000000 0 1011011 1001001 1000 101011100 1010011 110010

Color Harmonies of #EA1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1640

Black with #EA1640

Text Example


Text Example

White with #EA1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1640; }

 p { color: rgb(234,22,64); }

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

background-color css

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

 a { background-color: rgb(234,22,64); }

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

border-color css

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

 span { border-color: rgb(234,22,64); }

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