Html Css Color HEX #E20D2E Crimson

📋 copy color: '#E20D2E'

red 226 ◦ green 13 ◦ blue 46

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

Shades of Crimson #E20D2E

Tints of Crimson #E20D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 79.3%
G = 4.56%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E20D2E (or 0xE20D2E) is known color: Crimson. HEX triplet: E2, 0D and 2E. RGB value is (226,13,46). Sum of RGB (Red+Green+Blue) = 226+13+46=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20D2E is #1DF2D1. Grayscale: #505050. Windows color (decimal): -1962706 or 3018210. OLE color: 3018210.

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

Color convert

RGB 226 13 46 -
CMYK 0 0.94 0.80 0.11
HSL 350.7º 0.89% 0.47% -
HSV(B) 350.7º 0.94% 0.89% -
XYZ 32 16.65 4.11 -
YUV 80.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 226 13 46 0 0.94 0.80 0.11 350.7 0.89 0.47
Hex E2 D 2E 0 5E 50 B 15F 59 2F
Octal 342 15 56 0 136 120 13 537 131 57
Binary 11100010 1101 101110 0 1011110 1010000 1011 101011111 1011001 101111

Color Harmonies of #E20D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D2E

Black with #E20D2E

Text Example


Text Example

White with #E20D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D2E; }

 p { color: rgb(226,13,46); }

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

background-color css

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

 a { background-color: rgb(226,13,46); }

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

border-color css

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

 span { border-color: rgb(226,13,46); }

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