Html Css Color HEX #EA1736 Crimson

📋 copy color: '#EA1736'

red 234 ◦ green 23 ◦ blue 54

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

Shades of Crimson #EA1736

Tints of Crimson #EA1736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 75.24%
G = 7.4%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA1736 (or 0xEA1736) is known color: Crimson. HEX triplet: EA, 17 and 36. RGB value is (234,23,54). Sum of RGB (Red+Green+Blue) = 234+23+54=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1736 is #15E8C9. Grayscale: #595959. Windows color (decimal): -1435850 or 3545066. OLE color: 3545066.

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

Color convert

RGB 234 23 54 -
CMYK 0 0.90 0.77 0.08
HSL 351.18º 0.83% 0.5% -
HSV(B) 351.18º 0.9% 0.92% -
XYZ 34.9 18.37 5.2 -
YUV 89.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 234 23 54 0 0.90 0.77 0.08 351.18 0.83 0.5
Hex EA 17 36 0 5A 4D 8 15F 53 32
Octal 352 27 66 0 132 115 10 537 123 62
Binary 11101010 10111 110110 0 1011010 1001101 1000 101011111 1010011 110010

Color Harmonies of #EA1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1736

Black with #EA1736

Text Example


Text Example

White with #EA1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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