Html Css Color HEX #E00947 Crimson

📋 copy color: '#E00947'

red 224 ◦ green 9 ◦ blue 71

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

Shades of Crimson #E00947

Tints of Crimson #E00947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

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

R = 73.68%
G = 2.96%
B = 23.36%

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

#E00947 (or 0xE00947) is known color: Crimson. HEX triplet: E0, 09 and 47. RGB value is (224,9,71). Sum of RGB (Red+Green+Blue) = 224+9+71=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E00947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00947 is #1FF6B8. Grayscale: #505050. Windows color (decimal): -2094777 or 4655584. OLE color: 4655584.

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

Color convert

RGB 224 9 71 -
CMYK 0 0.96 0.68 0.12
HSL 342.7º 0.92% 0.46% -
HSV(B) 342.7º 0.96% 0.88% -
XYZ 31.98 16.5 7.46 -
YUV 80.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 224 9 71 0 0.96 0.68 0.12 342.7 0.92 0.46
Hex E0 9 47 0 60 44 C 157 5C 2E
Octal 340 11 107 0 140 104 14 527 134 56
Binary 11100000 1001 1000111 0 1100000 1000100 1100 101010111 1011100 101110

Color Harmonies of #E00947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00947

Black with #E00947

Text Example


Text Example

White with #E00947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00947; }

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

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

background-color css

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

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

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

border-color css

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

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

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