Html Css Color HEX #EA113D Crimson

📋 copy color: '#EA113D'

red 234 ◦ green 17 ◦ blue 61

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

Shades of Crimson #EA113D

Tints of Crimson #EA113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 75%
G = 5.45%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA113D (or 0xEA113D) is known color: Crimson. HEX triplet: EA, 11 and 3D. RGB value is (234,17,61). Sum of RGB (Red+Green+Blue) = 234+17+61=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA113D is #15EEC2. Grayscale: #565656. Windows color (decimal): -1437379 or 4002282. OLE color: 4002282.

HSL color Cylindrical-coordinate representation of color #EA113D: hue angle of 347.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA113D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 61 -
CMYK 0 0.93 0.74 0.08
HSL 347.83º 0.86% 0.49% -
HSV(B) 347.83º 0.93% 0.92% -
XYZ 34.97 18.23 6.09 -
YUV 86.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 234 17 61 0 0.93 0.74 0.08 347.83 0.86 0.49
Hex EA 11 3D 0 5D 4A 8 15C 56 31
Octal 352 21 75 0 135 112 10 534 126 61
Binary 11101010 10001 111101 0 1011101 1001010 1000 101011100 1010110 110001

Color Harmonies of #EA113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA113D

Black with #EA113D

Text Example


Text Example

White with #EA113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA113D; }

 p { color: rgb(234,17,61); }

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

background-color css

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

 a { background-color: rgb(234,17,61); }

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

border-color css

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

 span { border-color: rgb(234,17,61); }

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