Html Css Color HEX #E20028 Crimson

📋 copy color: '#E20028'

red 226 ◦ green 0 ◦ blue 40

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

Shades of Crimson #E20028

Tints of Crimson #E20028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.96%
G = 0%
B = 15.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E20028 (or 0xE20028) is known color: Crimson. HEX triplet: E2, 00 and 28. RGB value is (226,0,40). Sum of RGB (Red+Green+Blue) = 226+0+40=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E20028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20028 is #1DFFD7. Grayscale: #484848. Windows color (decimal): -1966040 or 2621666. OLE color: 2621666.

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

Color convert

RGB 226 0 40 -
CMYK 0 1 0.82 0.11
HSL 349.38º 1% 0.44% -
HSV(B) 349.38º 1% 0.89% -
XYZ 31.75 16.32 3.48 -
YUV 72.13 109.87 237.75 -
System Red Green Blue C M Y K H S L
Decimal 226 0 40 0 1 0.82 0.11 349.38 1 0.44
Hex E2 0 28 0 64 52 B 15D 64 2C
Octal 342 0 50 0 144 122 13 535 144 54
Binary 11100010 0 101000 0 1100100 1010010 1011 101011101 1100100 101100

Color Harmonies of #E20028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20028

Black with #E20028

Text Example


Text Example

White with #E20028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20028; }

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

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

background-color css

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

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

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

border-color css

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

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

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