Html Css Color HEX #E01D49 Crimson

📋 copy color: '#E01D49'

red 224 ◦ green 29 ◦ blue 73

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

Shades of Crimson #E01D49

Tints of Crimson #E01D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 68.71%
G = 8.9%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01D49 (or 0xE01D49) is known color: Crimson. HEX triplet: E0, 1D and 49. RGB value is (224,29,73). Sum of RGB (Red+Green+Blue) = 224+29+73=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D49 is #1FE2B6. Grayscale: #5C5C5C. Windows color (decimal): -2089655 or 4791776. OLE color: 4791776.

HSL color Cylindrical-coordinate representation of color #E01D49: hue angle of 346.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D49 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 73 -
CMYK 0 0.87 0.67 0.12
HSL 346.46º 0.77% 0.5% -
HSV(B) 346.46º 0.87% 0.88% -
XYZ 32.38 17.21 7.92 -
YUV 92.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 224 29 73 0 0.87 0.67 0.12 346.46 0.77 0.5
Hex E0 1D 49 0 57 43 C 15A 4D 32
Octal 340 35 111 0 127 103 14 532 115 62
Binary 11100000 11101 1001001 0 1010111 1000011 1100 101011010 1001101 110010

Color Harmonies of #E01D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D49

Black with #E01D49

Text Example


Text Example

White with #E01D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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