Html Css Color HEX #EA0D3A Crimson

📋 copy color: '#EA0D3A'

red 234 ◦ green 13 ◦ blue 58

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

Shades of Crimson #EA0D3A

Tints of Crimson #EA0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

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

R = 76.72%
G = 4.26%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA0D3A (or 0xEA0D3A) is known color: Crimson. HEX triplet: EA, 0D and 3A. RGB value is (234,13,58). Sum of RGB (Red+Green+Blue) = 234+13+58=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D3A is #15F2C5. Grayscale: #545454. Windows color (decimal): -1438406 or 3804650. OLE color: 3804650.

HSL color Cylindrical-coordinate representation of color #EA0D3A: hue angle of 347.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D3A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 13 58 -
CMYK 0 0.94 0.75 0.08
HSL 347.78º 0.89% 0.48% -
HSV(B) 347.78º 0.94% 0.92% -
XYZ 34.84 18.09 5.66 -
YUV 84.21 113.22 234.84 -
System Red Green Blue C M Y K H S L
Decimal 234 13 58 0 0.94 0.75 0.08 347.78 0.89 0.48
Hex EA D 3A 0 5E 4B 8 15C 59 30
Octal 352 15 72 0 136 113 10 534 131 60
Binary 11101010 1101 111010 0 1011110 1001011 1000 101011100 1011001 110000

Color Harmonies of #EA0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D3A

Black with #EA0D3A

Text Example


Text Example

White with #EA0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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