Html Css Color HEX #E21D45 Crimson

📋 copy color: '#E21D45'

red 226 ◦ green 29 ◦ blue 69

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

Shades of Crimson #E21D45

Tints of Crimson #E21D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

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

R = 69.75%
G = 8.95%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21D45 (or 0xE21D45) is known color: Crimson. HEX triplet: E2, 1D and 45. RGB value is (226,29,69). Sum of RGB (Red+Green+Blue) = 226+29+69=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D45 is #1DE2BA. Grayscale: #5C5C5C. Windows color (decimal): -1958587 or 4529634. OLE color: 4529634.

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

Color convert

RGB 226 29 69 -
CMYK 0 0.87 0.69 0.11
HSL 347.82º 0.77% 0.5% -
HSV(B) 347.82º 0.87% 0.89% -
XYZ 32.88 17.48 7.27 -
YUV 92.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 226 29 69 0 0.87 0.69 0.11 347.82 0.77 0.5
Hex E2 1D 45 0 57 45 B 15C 4D 32
Octal 342 35 105 0 127 105 13 534 115 62
Binary 11100010 11101 1000101 0 1010111 1000101 1011 101011100 1001101 110010

Color Harmonies of #E21D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D45

Black with #E21D45

Text Example


Text Example

White with #E21D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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