Html Css Color HEX #EA1741 Crimson

📋 copy color: '#EA1741'

red 234 ◦ green 23 ◦ blue 65

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

Shades of Crimson #EA1741

Tints of Crimson #EA1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 72.67%
G = 7.14%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA1741 (or 0xEA1741) is known color: Crimson. HEX triplet: EA, 17 and 41. RGB value is (234,23,65). Sum of RGB (Red+Green+Blue) = 234+23+65=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1741 is #15E8BE. Grayscale: #5A5A5A. Windows color (decimal): -1435839 or 4265962. OLE color: 4265962.

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

Color convert

RGB 234 23 65 -
CMYK 0 0.90 0.72 0.08
HSL 348.06º 0.83% 0.5% -
HSV(B) 348.06º 0.9% 0.92% -
XYZ 35.19 18.49 6.71 -
YUV 90.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 234 23 65 0 0.90 0.72 0.08 348.06 0.83 0.5
Hex EA 17 41 0 5A 48 8 15C 53 32
Octal 352 27 101 0 132 110 10 534 123 62
Binary 11101010 10111 1000001 0 1011010 1001000 1000 101011100 1010011 110010

Color Harmonies of #EA1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1741

Black with #EA1741

Text Example


Text Example

White with #EA1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1741; }

 p { color: rgb(234,23,65); }

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

background-color css

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

 a { background-color: rgb(234,23,65); }

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

border-color css

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

 span { border-color: rgb(234,23,65); }

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