Html Css Color HEX #E21049 Crimson

📋 copy color: '#E21049'

red 226 ◦ green 16 ◦ blue 73

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

Shades of Crimson #E21049

Tints of Crimson #E21049

RGB

 RED value IS 226 (88.67% from 255) = 71.75%

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

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

R = 71.75%
G = 5.08%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21049 (or 0xE21049) is known color: Crimson. HEX triplet: E2, 10 and 49. RGB value is (226,16,73). Sum of RGB (Red+Green+Blue) = 226+16+73=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E21049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21049 is #1DEFB6. Grayscale: #555555. Windows color (decimal): -1961911 or 4788450. OLE color: 4788450.

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

Color convert

RGB 226 16 73 -
CMYK 0 0.93 0.68 0.11
HSL 343.71º 0.87% 0.47% -
HSV(B) 343.71º 0.93% 0.89% -
XYZ 32.75 17.02 7.86 -
YUV 85.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 226 16 73 0 0.93 0.68 0.11 343.71 0.87 0.47
Hex E2 10 49 0 5D 44 B 158 57 2F
Octal 342 20 111 0 135 104 13 530 127 57
Binary 11100010 10000 1001001 0 1011101 1000100 1011 101011000 1010111 101111

Color Harmonies of #E21049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21049

Black with #E21049

Text Example


Text Example

White with #E21049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21049; }

 p { color: rgb(226,16,73); }

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

background-color css

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

 a { background-color: rgb(226,16,73); }

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

border-color css

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

 span { border-color: rgb(226,16,73); }

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