Html Css Color HEX #EA1745 Crimson

📋 copy color: '#EA1745'

red 234 ◦ green 23 ◦ blue 69

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

Shades of Crimson #EA1745

Tints of Crimson #EA1745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 71.78%
G = 7.06%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA1745 (or 0xEA1745) is known color: Crimson. HEX triplet: EA, 17 and 45. RGB value is (234,23,69). Sum of RGB (Red+Green+Blue) = 234+23+69=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1745 is #15E8BA. Grayscale: #5B5B5B. Windows color (decimal): -1435835 or 4528106. OLE color: 4528106.

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

Color convert

RGB 234 23 69 -
CMYK 0 0.90 0.71 0.08
HSL 346.92º 0.83% 0.5% -
HSV(B) 346.92º 0.9% 0.92% -
XYZ 35.31 18.53 7.35 -
YUV 91.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 234 23 69 0 0.90 0.71 0.08 346.92 0.83 0.5
Hex EA 17 45 0 5A 47 8 15B 53 32
Octal 352 27 105 0 132 107 10 533 123 62
Binary 11101010 10111 1000101 0 1011010 1000111 1000 101011011 1010011 110010

Color Harmonies of #EA1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1745

Black with #EA1745

Text Example


Text Example

White with #EA1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1745; }

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

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

background-color css

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

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

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

border-color css

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

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

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