Html Css Color HEX #E21448 Crimson

📋 copy color: '#E21448'

red 226 ◦ green 20 ◦ blue 72

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

Shades of Crimson #E21448

Tints of Crimson #E21448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 71.07%
G = 6.29%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21448 (or 0xE21448) is known color: Crimson. HEX triplet: E2, 14 and 48. RGB value is (226,20,72). Sum of RGB (Red+Green+Blue) = 226+20+72=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E21448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21448 is #1DEBB7. Grayscale: #575757. Windows color (decimal): -1960888 or 4723938. OLE color: 4723938.

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

Color convert

RGB 226 20 72 -
CMYK 0 0.91 0.68 0.11
HSL 344.85º 0.84% 0.48% -
HSV(B) 344.85º 0.91% 0.89% -
XYZ 32.78 17.14 7.71 -
YUV 87.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 226 20 72 0 0.91 0.68 0.11 344.85 0.84 0.48
Hex E2 14 48 0 5B 44 B 159 54 30
Octal 342 24 110 0 133 104 13 531 124 60
Binary 11100010 10100 1001000 0 1011011 1000100 1011 101011001 1010100 110000

Color Harmonies of #E21448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21448

Black with #E21448

Text Example


Text Example

White with #E21448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21448; }

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

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

background-color css

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

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

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

border-color css

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

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

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