Html Css Color HEX #E21649 Crimson

📋 copy color: '#E21649'

red 226 ◦ green 22 ◦ blue 73

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

Shades of Crimson #E21649

Tints of Crimson #E21649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 70.4%
G = 6.85%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21649 (or 0xE21649) is known color: Crimson. HEX triplet: E2, 16 and 49. RGB value is (226,22,73). Sum of RGB (Red+Green+Blue) = 226+22+73=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E21649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21649 is #1DE9B6. Grayscale: #585858. Windows color (decimal): -1960375 or 4789986. OLE color: 4789986.

HSL color Cylindrical-coordinate representation of color #E21649: hue angle of 345º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21649 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 73 -
CMYK 0 0.90 0.68 0.11
HSL 345º 0.82% 0.49% -
HSV(B) 345º 0.9% 0.89% -
XYZ 32.85 17.22 7.9 -
YUV 88.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 226 22 73 0 0.90 0.68 0.11 345 0.82 0.49
Hex E2 16 49 0 5A 44 B 159 52 31
Octal 342 26 111 0 132 104 13 531 122 61
Binary 11100010 10110 1001001 0 1011010 1000100 1011 101011001 1010010 110001

Color Harmonies of #E21649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21649

Black with #E21649

Text Example


Text Example

White with #E21649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21649; }

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

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

background-color css

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

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

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

border-color css

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

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

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