Html Css Color HEX #E21148 Crimson

📋 copy color: '#E21148'

red 226 ◦ green 17 ◦ blue 72

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

Shades of Crimson #E21148

Tints of Crimson #E21148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

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

R = 71.75%
G = 5.4%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21148 (or 0xE21148) is known color: Crimson. HEX triplet: E2, 11 and 48. RGB value is (226,17,72). Sum of RGB (Red+Green+Blue) = 226+17+72=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E21148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21148 is #1DEEB7. Grayscale: #555555. Windows color (decimal): -1961656 or 4723170. OLE color: 4723170.

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

Color convert

RGB 226 17 72 -
CMYK 0 0.92 0.68 0.11
HSL 344.21º 0.86% 0.48% -
HSV(B) 344.21º 0.92% 0.89% -
XYZ 32.73 17.04 7.69 -
YUV 85.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 226 17 72 0 0.92 0.68 0.11 344.21 0.86 0.48
Hex E2 11 48 0 5C 44 B 158 56 30
Octal 342 21 110 0 134 104 13 530 126 60
Binary 11100010 10001 1001000 0 1011100 1000100 1011 101011000 1010110 110000

Color Harmonies of #E21148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21148

Black with #E21148

Text Example


Text Example

White with #E21148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21148; }

 p { color: rgb(226,17,72); }

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

background-color css

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

 a { background-color: rgb(226,17,72); }

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

border-color css

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

 span { border-color: rgb(226,17,72); }

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