Html Css Color HEX #E20834 Crimson

📋 copy color: '#E20834'

red 226 ◦ green 8 ◦ blue 52

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

Shades of Crimson #E20834

Tints of Crimson #E20834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 79.02%
G = 2.8%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E20834 (or 0xE20834) is known color: Crimson. HEX triplet: E2, 08 and 34. RGB value is (226,8,52). Sum of RGB (Red+Green+Blue) = 226+8+52=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E20834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20834 is #1DF7CB. Grayscale: #4E4E4E. Windows color (decimal): -1963980 or 3410146. OLE color: 3410146.

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

Color convert

RGB 226 8 52 -
CMYK 0 0.96 0.77 0.11
HSL 347.89º 0.93% 0.46% -
HSV(B) 347.89º 0.96% 0.89% -
XYZ 32.07 16.59 4.76 -
YUV 78.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 226 8 52 0 0.96 0.77 0.11 347.89 0.93 0.46
Hex E2 8 34 0 60 4D B 15C 5D 2E
Octal 342 10 64 0 140 115 13 534 135 56
Binary 11100010 1000 110100 0 1100000 1001101 1011 101011100 1011101 101110

Color Harmonies of #E20834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20834

Black with #E20834

Text Example


Text Example

White with #E20834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20834; }

 p { color: rgb(226,8,52); }

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

background-color css

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

 a { background-color: rgb(226,8,52); }

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

border-color css

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

 span { border-color: rgb(226,8,52); }

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