Html Css Color HEX #E00949 Crimson

📋 copy color: '#E00949'

red 224 ◦ green 9 ◦ blue 73

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

Shades of Crimson #E00949

Tints of Crimson #E00949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 73.2%
G = 2.94%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E00949 (or 0xE00949) is known color: Crimson. HEX triplet: E0, 09 and 49. RGB value is (224,9,73). Sum of RGB (Red+Green+Blue) = 224+9+73=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E00949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00949 is #1FF6B6. Grayscale: #505050. Windows color (decimal): -2094775 or 4786656. OLE color: 4786656.

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

Color convert

RGB 224 9 73 -
CMYK 0 0.96 0.67 0.12
HSL 342.14º 0.92% 0.46% -
HSV(B) 342.14º 0.96% 0.88% -
XYZ 32.04 16.52 7.8 -
YUV 80.58 123.73 230.3 -
System Red Green Blue C M Y K H S L
Decimal 224 9 73 0 0.96 0.67 0.12 342.14 0.92 0.46
Hex E0 9 49 0 60 43 C 156 5C 2E
Octal 340 11 111 0 140 103 14 526 134 56
Binary 11100000 1001 1001001 0 1100000 1000011 1100 101010110 1011100 101110

Color Harmonies of #E00949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00949

Black with #E00949

Text Example


Text Example

White with #E00949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00949; }

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

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

background-color css

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

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

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

border-color css

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

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

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