Html Css Color HEX #EA183A Crimson

📋 copy color: '#EA183A'

red 234 ◦ green 24 ◦ blue 58

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

Shades of Crimson #EA183A

Tints of Crimson #EA183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 74.05%
G = 7.59%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA183A (or 0xEA183A) is known color: Crimson. HEX triplet: EA, 18 and 3A. RGB value is (234,24,58). Sum of RGB (Red+Green+Blue) = 234+24+58=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA183A is #15E7C5. Grayscale: #5A5A5A. Windows color (decimal): -1435590 or 3807466. OLE color: 3807466.

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

Color convert

RGB 234 24 58 -
CMYK 0 0.90 0.75 0.08
HSL 350.29º 0.83% 0.51% -
HSV(B) 350.29º 0.9% 0.92% -
XYZ 35.02 18.45 5.72 -
YUV 90.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 234 24 58 0 0.90 0.75 0.08 350.29 0.83 0.51
Hex EA 18 3A 0 5A 4B 8 15E 53 33
Octal 352 30 72 0 132 113 10 536 123 63
Binary 11101010 11000 111010 0 1011010 1001011 1000 101011110 1010011 110011

Color Harmonies of #EA183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA183A

Black with #EA183A

Text Example


Text Example

White with #EA183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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