Html Css Color HEX #E2042D Crimson

📋 copy color: '#E2042D'

red 226 ◦ green 4 ◦ blue 45

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

Shades of Crimson #E2042D

Tints of Crimson #E2042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 82.18%
G = 1.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2042D (or 0xE2042D) is known color: Crimson. HEX triplet: E2, 04 and 2D. RGB value is (226,4,45). Sum of RGB (Red+Green+Blue) = 226+4+45=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2042D is #1DFBD2. Grayscale: #4B4B4B. Windows color (decimal): -1965011 or 2950370. OLE color: 2950370.

HSL color Cylindrical-coordinate representation of color #E2042D: hue angle of 348.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2042D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 4 45 -
CMYK 0 0.98 0.80 0.11
HSL 348.92º 0.97% 0.45% -
HSV(B) 348.92º 0.98% 0.89% -
XYZ 31.88 16.45 3.98 -
YUV 75.05 111.05 235.67 -
System Red Green Blue C M Y K H S L
Decimal 226 4 45 0 0.98 0.80 0.11 348.92 0.97 0.45
Hex E2 4 2D 0 62 50 B 15D 61 2D
Octal 342 4 55 0 142 120 13 535 141 55
Binary 11100010 100 101101 0 1100010 1010000 1011 101011101 1100001 101101

Color Harmonies of #E2042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2042D

Black with #E2042D

Text Example


Text Example

White with #E2042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2042D; }

 p { color: rgb(226,4,45); }

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

background-color css

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

 a { background-color: rgb(226,4,45); }

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

border-color css

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

 span { border-color: rgb(226,4,45); }

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