Html Css Color HEX #E01249 Crimson

📋 copy color: '#E01249'

red 224 ◦ green 18 ◦ blue 73

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

Shades of Crimson #E01249

Tints of Crimson #E01249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 71.11%
G = 5.71%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01249 (or 0xE01249) is known color: Crimson. HEX triplet: E0, 12 and 49. RGB value is (224,18,73). Sum of RGB (Red+Green+Blue) = 224+18+73=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E01249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01249 is #1FEDB6. Grayscale: #555555. Windows color (decimal): -2092471 or 4788960. OLE color: 4788960.

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

Color convert

RGB 224 18 73 -
CMYK 0 0.92 0.67 0.12
HSL 343.98º 0.85% 0.47% -
HSV(B) 343.98º 0.92% 0.88% -
XYZ 32.16 16.76 7.84 -
YUV 85.86 120.75 226.53 -
System Red Green Blue C M Y K H S L
Decimal 224 18 73 0 0.92 0.67 0.12 343.98 0.85 0.47
Hex E0 12 49 0 5C 43 C 158 55 2F
Octal 340 22 111 0 134 103 14 530 125 57
Binary 11100000 10010 1001001 0 1011100 1000011 1100 101011000 1010101 101111

Color Harmonies of #E01249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01249

Black with #E01249

Text Example


Text Example

White with #E01249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01249; }

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

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

background-color css

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

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

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

border-color css

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

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

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