Html Css Color HEX #E01749 Crimson

📋 copy color: '#E01749'

red 224 ◦ green 23 ◦ blue 73

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

Shades of Crimson #E01749

Tints of Crimson #E01749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.19%

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

R = 70%
G = 7.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01749 (or 0xE01749) is known color: Crimson. HEX triplet: E0, 17 and 49. RGB value is (224,23,73). Sum of RGB (Red+Green+Blue) = 224+23+73=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E01749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01749 is #1FE8B6. Grayscale: #585858. Windows color (decimal): -2091191 or 4790240. OLE color: 4790240.

HSL color Cylindrical-coordinate representation of color #E01749: hue angle of 345.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01749 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 73 -
CMYK 0 0.90 0.67 0.12
HSL 345.07º 0.81% 0.48% -
HSV(B) 345.07º 0.9% 0.88% -
XYZ 32.25 16.94 7.87 -
YUV 88.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 224 23 73 0 0.90 0.67 0.12 345.07 0.81 0.48
Hex E0 17 49 0 5A 43 C 159 51 30
Octal 340 27 111 0 132 103 14 531 121 60
Binary 11100000 10111 1001001 0 1011010 1000011 1100 101011001 1010001 110000

Color Harmonies of #E01749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01749

Black with #E01749

Text Example


Text Example

White with #E01749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01749; }

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

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

background-color css

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

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

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

border-color css

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

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

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