Html Css Color HEX #E21032 Crimson

📋 copy color: '#E21032'

red 226 ◦ green 16 ◦ blue 50

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

Shades of Crimson #E21032

Tints of Crimson #E21032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 77.4%
G = 5.48%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E21032 (or 0xE21032) is known color: Crimson. HEX triplet: E2, 10 and 32. RGB value is (226,16,50). Sum of RGB (Red+Green+Blue) = 226+16+50=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E21032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21032 is #1DEFCD. Grayscale: #525252. Windows color (decimal): -1961934 or 3281122. OLE color: 3281122.

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

Color convert

RGB 226 16 50 -
CMYK 0 0.93 0.78 0.11
HSL 350.29º 0.87% 0.47% -
HSV(B) 350.29º 0.93% 0.89% -
XYZ 32.13 16.77 4.56 -
YUV 82.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 226 16 50 0 0.93 0.78 0.11 350.29 0.87 0.47
Hex E2 10 32 0 5D 4E B 15E 57 2F
Octal 342 20 62 0 135 116 13 536 127 57
Binary 11100010 10000 110010 0 1011101 1001110 1011 101011110 1010111 101111

Color Harmonies of #E21032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21032

Black with #E21032

Text Example


Text Example

White with #E21032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21032; }

 p { color: rgb(226,16,50); }

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

background-color css

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

 a { background-color: rgb(226,16,50); }

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

border-color css

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

 span { border-color: rgb(226,16,50); }

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