Html Css Color HEX #EA0D45 Crimson

📋 copy color: '#EA0D45'

red 234 ◦ green 13 ◦ blue 69

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

Shades of Crimson #EA0D45

Tints of Crimson #EA0D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 74.05%
G = 4.11%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA0D45 (or 0xEA0D45) is known color: Crimson. HEX triplet: EA, 0D and 45. RGB value is (234,13,69). Sum of RGB (Red+Green+Blue) = 234+13+69=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0D45 is #15F2BA. Grayscale: #555555. Windows color (decimal): -1438395 or 4525546. OLE color: 4525546.

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

Color convert

RGB 234 13 69 -
CMYK 0 0.94 0.71 0.08
HSL 344.8º 0.89% 0.48% -
HSV(B) 344.8º 0.94% 0.92% -
XYZ 35.15 18.21 7.29 -
YUV 85.46 118.72 233.95 -
System Red Green Blue C M Y K H S L
Decimal 234 13 69 0 0.94 0.71 0.08 344.8 0.89 0.48
Hex EA D 45 0 5E 47 8 159 59 30
Octal 352 15 105 0 136 107 10 531 131 60
Binary 11101010 1101 1000101 0 1011110 1000111 1000 101011001 1011001 110000

Color Harmonies of #EA0D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D45

Black with #EA0D45

Text Example


Text Example

White with #EA0D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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