Html Css Color HEX #E00A47 Crimson

📋 copy color: '#E00A47'

red 224 ◦ green 10 ◦ blue 71

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

Shades of Crimson #E00A47

Tints of Crimson #E00A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 73.44%
G = 3.28%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E00A47 (or 0xE00A47) is known color: Crimson. HEX triplet: E0, 0A and 47. RGB value is (224,10,71). Sum of RGB (Red+Green+Blue) = 224+10+71=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A47 is #1FF5B8. Grayscale: #505050. Windows color (decimal): -2094521 or 4655840. OLE color: 4655840.

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

Color convert

RGB 224 10 71 -
CMYK 0 0.96 0.68 0.12
HSL 342.9º 0.91% 0.46% -
HSV(B) 342.9º 0.96% 0.88% -
XYZ 31.99 16.52 7.46 -
YUV 80.94 122.4 230.04 -
System Red Green Blue C M Y K H S L
Decimal 224 10 71 0 0.96 0.68 0.12 342.9 0.91 0.46
Hex E0 A 47 0 60 44 C 157 5B 2E
Octal 340 12 107 0 140 104 14 527 133 56
Binary 11100000 1010 1000111 0 1100000 1000100 1100 101010111 1011011 101110

Color Harmonies of #E00A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A47

Black with #E00A47

Text Example


Text Example

White with #E00A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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