Html Css Color HEX #E20326 Crimson

📋 copy color: '#E20326'

red 226 ◦ green 3 ◦ blue 38

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

Shades of Crimson #E20326

Tints of Crimson #E20326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 84.64%
G = 1.12%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E20326 (or 0xE20326) is known color: Crimson. HEX triplet: E2, 03 and 26. RGB value is (226,3,38). Sum of RGB (Red+Green+Blue) = 226+3+38=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E20326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20326 is #1DFCD9. Grayscale: #494949. Windows color (decimal): -1965274 or 2491362. OLE color: 2491362.

HSL color Cylindrical-coordinate representation of color #E20326: hue angle of 350.58º 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 #E20326 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 3 38 -
CMYK 0 0.99 0.83 0.11
HSL 350.58º 0.97% 0.45% -
HSV(B) 350.58º 0.99% 0.89% -
XYZ 31.75 16.37 3.32 -
YUV 73.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 226 3 38 0 0.99 0.83 0.11 350.58 0.97 0.45
Hex E2 3 26 0 63 53 B 15F 61 2D
Octal 342 3 46 0 143 123 13 537 141 55
Binary 11100010 11 100110 0 1100011 1010011 1011 101011111 1100001 101101

Color Harmonies of #E20326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20326

Black with #E20326

Text Example


Text Example

White with #E20326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20326; }

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

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

background-color css

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

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

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

border-color css

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

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

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