Html Css Color HEX #E20134 Crimson

📋 copy color: '#E20134'

red 226 ◦ green 1 ◦ blue 52

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

Shades of Crimson #E20134

Tints of Crimson #E20134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 81%
G = 0.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E20134 (or 0xE20134) is known color: Crimson. HEX triplet: E2, 01 and 34. RGB value is (226,1,52). Sum of RGB (Red+Green+Blue) = 226+1+52=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E20134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20134 is #1DFECB. Grayscale: #4A4A4A. Windows color (decimal): -1965772 or 3408354. OLE color: 3408354.

HSL color Cylindrical-coordinate representation of color #E20134: hue angle of 346.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20134 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 52 -
CMYK 0 1.00 0.77 0.11
HSL 346.4º 0.99% 0.45% -
HSV(B) 346.4º 1% 0.89% -
XYZ 31.99 16.44 4.74 -
YUV 74.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 226 1 52 0 1.00 0.77 0.11 346.4 0.99 0.45
Hex E2 1 34 0 64 4D B 15A 63 2D
Octal 342 1 64 0 144 115 13 532 143 55
Binary 11100010 1 110100 0 1100100 1001101 1011 101011010 1100011 101101

Color Harmonies of #E20134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20134

Black with #E20134

Text Example


Text Example

White with #E20134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20134; }

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

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

background-color css

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

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

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

border-color css

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

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

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