Html Css Color HEX #E10A45 Crimson

📋 copy color: '#E10A45'

red 225 ◦ green 10 ◦ blue 69

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

Shades of Crimson #E10A45

Tints of Crimson #E10A45

RGB

 RED value IS 225 (88.28% from 255) = 74.01%

 GREEN value IS 10 (4.3% from 255) = 3.29%

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

R = 74.01%
G = 3.29%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E10A45 (or 0xE10A45) is known color: Crimson. HEX triplet: E1, 0A and 45. RGB value is (225,10,69). Sum of RGB (Red+Green+Blue) = 225+10+69=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A45 is #1EF5BA. Grayscale: #505050. Windows color (decimal): -2028987 or 4524769. OLE color: 4524769.

HSL color Cylindrical-coordinate representation of color #E10A45: hue angle of 343.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A45 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 10 69 -
CMYK 0 0.96 0.69 0.12
HSL 343.53º 0.91% 0.46% -
HSV(B) 343.53º 0.96% 0.88% -
XYZ 32.23 16.65 7.15 -
YUV 81.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 225 10 69 0 0.96 0.69 0.12 343.53 0.91 0.46
Hex E1 A 45 0 60 45 C 158 5B 2E
Octal 341 12 105 0 140 105 14 530 133 56
Binary 11100001 1010 1000101 0 1100000 1000101 1100 101011000 1011011 101110

Color Harmonies of #E10A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A45

Black with #E10A45

Text Example


Text Example

White with #E10A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A45; }

 p { color: rgb(225,10,69); }

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

background-color css

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

 a { background-color: rgb(225,10,69); }

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

border-color css

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

 span { border-color: rgb(225,10,69); }

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