Html Css Color HEX #E21028 Crimson

📋 copy color: '#E21028'

red 226 ◦ green 16 ◦ blue 40

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

Shades of Crimson #E21028

Tints of Crimson #E21028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 80.14%
G = 5.67%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E21028 (or 0xE21028) is known color: Crimson. HEX triplet: E2, 10 and 28. RGB value is (226,16,40). Sum of RGB (Red+Green+Blue) = 226+16+40=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E21028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21028 is #1DEFD7. Grayscale: #515151. Windows color (decimal): -1961944 or 2625762. OLE color: 2625762.

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

Color convert

RGB 226 16 40 -
CMYK 0 0.93 0.82 0.11
HSL 353.14º 0.87% 0.47% -
HSV(B) 353.14º 0.93% 0.89% -
XYZ 31.93 16.69 3.55 -
YUV 81.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 226 16 40 0 0.93 0.82 0.11 353.14 0.87 0.47
Hex E2 10 28 0 5D 52 B 161 57 2F
Octal 342 20 50 0 135 122 13 541 127 57
Binary 11100010 10000 101000 0 1011101 1010010 1011 101100001 1010111 101111

Color Harmonies of #E21028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21028

Black with #E21028

Text Example


Text Example

White with #E21028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21028; }

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

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

background-color css

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

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

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

border-color css

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

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

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