Html Css Color HEX #E21145 Crimson

📋 copy color: '#E21145'

red 226 ◦ green 17 ◦ blue 69

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

Shades of Crimson #E21145

Tints of Crimson #E21145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 72.44%
G = 5.45%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21145 (or 0xE21145) is known color: Crimson. HEX triplet: E2, 11 and 45. RGB value is (226,17,69). Sum of RGB (Red+Green+Blue) = 226+17+69=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E21145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21145 is #1DEEBA. Grayscale: #555555. Windows color (decimal): -1961659 or 4526562. OLE color: 4526562.

HSL color Cylindrical-coordinate representation of color #E21145: hue angle of 345.07º 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 #E21145 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 69 -
CMYK 0 0.92 0.69 0.11
HSL 345.07º 0.86% 0.48% -
HSV(B) 345.07º 0.92% 0.89% -
XYZ 32.64 17 7.19 -
YUV 85.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 226 17 69 0 0.92 0.69 0.11 345.07 0.86 0.48
Hex E2 11 45 0 5C 45 B 159 56 30
Octal 342 21 105 0 134 105 13 531 126 60
Binary 11100010 10001 1000101 0 1011100 1000101 1011 101011001 1010110 110000

Color Harmonies of #E21145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21145

Black with #E21145

Text Example


Text Example

White with #E21145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21145; }

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

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

background-color css

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

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

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

border-color css

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

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

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