Html Css Color HEX #E00A45 Crimson

📋 copy color: '#E00A45'

red 224 ◦ green 10 ◦ blue 69

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

Shades of Crimson #E00A45

Tints of Crimson #E00A45

RGB

 RED value IS 224 (87.89% from 255) = 73.93%

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

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

R = 73.93%
G = 3.3%
B = 22.77%

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

#E00A45 (or 0xE00A45) is known color: Crimson. HEX triplet: E0, 0A and 45. RGB value is (224,10,69). Sum of RGB (Red+Green+Blue) = 224+10+69=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A45 is #1FF5BA. Grayscale: #505050. Windows color (decimal): -2094523 or 4524768. OLE color: 4524768.

HSL color Cylindrical-coordinate representation of color #E00A45: hue angle of 343.46º 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 #E00A45 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 69 -
CMYK 0 0.96 0.69 0.12
HSL 343.46º 0.91% 0.46% -
HSV(B) 343.46º 0.96% 0.88% -
XYZ 31.92 16.49 7.13 -
YUV 80.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 224 10 69 0 0.96 0.69 0.12 343.46 0.91 0.46
Hex E0 A 45 0 60 45 C 157 5B 2E
Octal 340 12 105 0 140 105 14 527 133 56
Binary 11100000 1010 1000101 0 1100000 1000101 1100 101010111 1011011 101110

Color Harmonies of #E00A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A45

Black with #E00A45

Text Example


Text Example

White with #E00A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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