Html Css Color HEX #E20828 Crimson

📋 copy color: '#E20828'

red 226 ◦ green 8 ◦ blue 40

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

Shades of Crimson #E20828

Tints of Crimson #E20828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 82.48%
G = 2.92%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E20828 (or 0xE20828) is known color: Crimson. HEX triplet: E2, 08 and 28. RGB value is (226,8,40). Sum of RGB (Red+Green+Blue) = 226+8+40=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E20828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20828 is #1DF7D7. Grayscale: #4C4C4C. Windows color (decimal): -1963992 or 2623714. OLE color: 2623714.

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

Color convert

RGB 226 8 40 -
CMYK 0 0.96 0.82 0.11
HSL 351.19º 0.93% 0.46% -
HSV(B) 351.19º 0.96% 0.89% -
XYZ 31.83 16.5 3.51 -
YUV 76.83 107.22 234.4 -
System Red Green Blue C M Y K H S L
Decimal 226 8 40 0 0.96 0.82 0.11 351.19 0.93 0.46
Hex E2 8 28 0 60 52 B 15F 5D 2E
Octal 342 10 50 0 140 122 13 537 135 56
Binary 11100010 1000 101000 0 1100000 1010010 1011 101011111 1011101 101110

Color Harmonies of #E20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20828

Black with #E20828

Text Example


Text Example

White with #E20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20828; }

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

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

background-color css

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

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

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

border-color css

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

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

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