Html Css Color HEX #E20328 Crimson

📋 copy color: '#E20328'

red 226 ◦ green 3 ◦ blue 40

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

Shades of Crimson #E20328

Tints of Crimson #E20328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 84.01%
G = 1.12%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E20328 (or 0xE20328) is known color: Crimson. HEX triplet: E2, 03 and 28. RGB value is (226,3,40). Sum of RGB (Red+Green+Blue) = 226+3+40=269 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.01% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 226 - color contains mainly: red. Hex color #E20328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20328 is #1DFCD7. Grayscale: #494949. Windows color (decimal): -1965272 or 2622434. OLE color: 2622434.

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

Color convert

RGB 226 3 40 -
CMYK 0 0.99 0.82 0.11
HSL 350.04º 0.97% 0.45% -
HSV(B) 350.04º 0.99% 0.89% -
XYZ 31.78 16.39 3.5 -
YUV 73.9 108.88 236.49 -
System Red Green Blue C M Y K H S L
Decimal 226 3 40 0 0.99 0.82 0.11 350.04 0.97 0.45
Hex E2 3 28 0 63 52 B 15E 61 2D
Octal 342 3 50 0 143 122 13 536 141 55
Binary 11100010 11 101000 0 1100011 1010010 1011 101011110 1100001 101101

Color Harmonies of #E20328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20328

Black with #E20328

Text Example


Text Example

White with #E20328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20328; }

 p { color: rgb(226,3,40); }

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

background-color css

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

 a { background-color: rgb(226,3,40); }

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

border-color css

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

 span { border-color: rgb(226,3,40); }

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