Html Css Color HEX #E20B32 Crimson

📋 copy color: '#E20B32'

red 226 ◦ green 11 ◦ blue 50

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

Shades of Crimson #E20B32

Tints of Crimson #E20B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 78.75%
G = 3.83%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E20B32 (or 0xE20B32) is known color: Crimson. HEX triplet: E2, 0B and 32. RGB value is (226,11,50). Sum of RGB (Red+Green+Blue) = 226+11+50=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B32 is #1DF4CD. Grayscale: #4F4F4F. Windows color (decimal): -1963214 or 3279842. OLE color: 3279842.

HSL color Cylindrical-coordinate representation of color #E20B32: hue angle of 349.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B32 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 11 50 -
CMYK 0 0.95 0.78 0.11
HSL 349.12º 0.91% 0.46% -
HSV(B) 349.12º 0.95% 0.89% -
XYZ 32.06 16.64 4.54 -
YUV 79.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 226 11 50 0 0.95 0.78 0.11 349.12 0.91 0.46
Hex E2 B 32 0 5F 4E B 15D 5B 2E
Octal 342 13 62 0 137 116 13 535 133 56
Binary 11100010 1011 110010 0 1011111 1001110 1011 101011101 1011011 101110

Color Harmonies of #E20B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20B32

Black with #E20B32

Text Example


Text Example

White with #E20B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20B32; }

 p { color: rgb(226,11,50); }

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

background-color css

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

 a { background-color: rgb(226,11,50); }

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

border-color css

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

 span { border-color: rgb(226,11,50); }

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