Html Css Color HEX #E20029 Crimson

📋 copy color: '#E20029'

red 226 ◦ green 0 ◦ blue 41

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

Shades of Crimson #E20029

Tints of Crimson #E20029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 84.64%
G = 0%
B = 15.36%

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

#E20029 (or 0xE20029) is known color: Crimson. HEX triplet: E2, 00 and 29. RGB value is (226,0,41). Sum of RGB (Red+Green+Blue) = 226+0+41=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E20029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20029 is #1DFFD6. Grayscale: #484848. Windows color (decimal): -1966039 or 2687202. OLE color: 2687202.

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

Color convert

RGB 226 0 41 -
CMYK 0 1 0.82 0.11
HSL 349.12º 1% 0.44% -
HSV(B) 349.12º 1% 0.89% -
XYZ 31.76 16.33 3.58 -
YUV 72.25 110.37 237.67 -
System Red Green Blue C M Y K H S L
Decimal 226 0 41 0 1 0.82 0.11 349.12 1 0.44
Hex E2 0 29 0 64 52 B 15D 64 2C
Octal 342 0 51 0 144 122 13 535 144 54
Binary 11100010 0 101001 0 1100100 1010010 1011 101011101 1100100 101100

Color Harmonies of #E20029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20029

Black with #E20029

Text Example


Text Example

White with #E20029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20029; }

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

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

background-color css

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

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

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

border-color css

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

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

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