Html Css Color HEX #EA113A Crimson

📋 copy color: '#EA113A'

red 234 ◦ green 17 ◦ blue 58

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

Shades of Crimson #EA113A

Tints of Crimson #EA113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 75.73%
G = 5.5%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA113A (or 0xEA113A) is known color: Crimson. HEX triplet: EA, 11 and 3A. RGB value is (234,17,58). Sum of RGB (Red+Green+Blue) = 234+17+58=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA113A is #15EEC5. Grayscale: #565656. Windows color (decimal): -1437382 or 3805674. OLE color: 3805674.

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

Color convert

RGB 234 17 58 -
CMYK 0 0.93 0.75 0.08
HSL 348.66º 0.86% 0.49% -
HSV(B) 348.66º 0.93% 0.92% -
XYZ 34.9 18.2 5.68 -
YUV 86.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 234 17 58 0 0.93 0.75 0.08 348.66 0.86 0.49
Hex EA 11 3A 0 5D 4B 8 15D 56 31
Octal 352 21 72 0 135 113 10 535 126 61
Binary 11101010 10001 111010 0 1011101 1001011 1000 101011101 1010110 110001

Color Harmonies of #EA113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA113A

Black with #EA113A

Text Example


Text Example

White with #EA113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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