Html Css Color HEX #E01948 Crimson

📋 copy color: '#E01948'

red 224 ◦ green 25 ◦ blue 72

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

Shades of Crimson #E01948

Tints of Crimson #E01948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 69.78%
G = 7.79%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E01948 (or 0xE01948) is known color: Crimson. HEX triplet: E0, 19 and 48. RGB value is (224,25,72). Sum of RGB (Red+Green+Blue) = 224+25+72=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E01948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01948 is #1FE6B7. Grayscale: #595959. Windows color (decimal): -2090680 or 4725216. OLE color: 4725216.

HSL color Cylindrical-coordinate representation of color #E01948: hue angle of 345.83º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01948 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 72 -
CMYK 0 0.89 0.68 0.12
HSL 345.83º 0.8% 0.49% -
HSV(B) 345.83º 0.89% 0.88% -
XYZ 32.26 17.01 7.71 -
YUV 89.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 224 25 72 0 0.89 0.68 0.12 345.83 0.8 0.49
Hex E0 19 48 0 59 44 C 15A 50 31
Octal 340 31 110 0 131 104 14 532 120 61
Binary 11100000 11001 1001000 0 1011001 1000100 1100 101011010 1010000 110001

Color Harmonies of #E01948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01948

Black with #E01948

Text Example


Text Example

White with #E01948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01948; }

 p { color: rgb(224,25,72); }

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

background-color css

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

 a { background-color: rgb(224,25,72); }

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

border-color css

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

 span { border-color: rgb(224,25,72); }

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