Html Css Color HEX #E20A2D Crimson

📋 copy color: '#E20A2D'

red 226 ◦ green 10 ◦ blue 45

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

Shades of Crimson #E20A2D

Tints of Crimson #E20A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

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

R = 80.43%
G = 3.56%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E20A2D (or 0xE20A2D) is known color: Crimson. HEX triplet: E2, 0A and 2D. RGB value is (226,10,45). Sum of RGB (Red+Green+Blue) = 226+10+45=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A2D is #1DF5D2. Grayscale: #4E4E4E. Windows color (decimal): -1963475 or 2951906. OLE color: 2951906.

HSL color Cylindrical-coordinate representation of color #E20A2D: hue angle of 350.28º degrees, saturation: 0.92, 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 #E20A2D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 45 -
CMYK 0 0.96 0.80 0.11
HSL 350.28º 0.92% 0.46% -
HSV(B) 350.28º 0.96% 0.89% -
XYZ 31.95 16.58 4 -
YUV 78.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 226 10 45 0 0.96 0.80 0.11 350.28 0.92 0.46
Hex E2 A 2D 0 60 50 B 15E 5C 2E
Octal 342 12 55 0 140 120 13 536 134 56
Binary 11100010 1010 101101 0 1100000 1010000 1011 101011110 1011100 101110

Color Harmonies of #E20A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A2D

Black with #E20A2D

Text Example


Text Example

White with #E20A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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