Html Css Color HEX #E01048 Crimson

📋 copy color: '#E01048'

red 224 ◦ green 16 ◦ blue 72

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

Shades of Crimson #E01048

Tints of Crimson #E01048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 71.79%
G = 5.13%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E01048 (or 0xE01048) is known color: Crimson. HEX triplet: E0, 10 and 48. RGB value is (224,16,72). Sum of RGB (Red+Green+Blue) = 224+16+72=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E01048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01048 is #1FEFB7. Grayscale: #545454. Windows color (decimal): -2092984 or 4722912. OLE color: 4722912.

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

Color convert

RGB 224 16 72 -
CMYK 0 0.93 0.68 0.12
HSL 343.85º 0.87% 0.47% -
HSV(B) 343.85º 0.93% 0.88% -
XYZ 32.1 16.69 7.66 -
YUV 84.58 120.91 227.45 -
System Red Green Blue C M Y K H S L
Decimal 224 16 72 0 0.93 0.68 0.12 343.85 0.87 0.47
Hex E0 10 48 0 5D 44 C 158 57 2F
Octal 340 20 110 0 135 104 14 530 127 57
Binary 11100000 10000 1001000 0 1011101 1000100 1100 101011000 1010111 101111

Color Harmonies of #E01048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01048

Black with #E01048

Text Example


Text Example

White with #E01048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01048; }

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

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

background-color css

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

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

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

border-color css

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

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

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