#E20C32

Color #E20C32 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E20C32

Tints of Crimson #E20C32

Color information

#E20C32 (or 0xE20C32) is unknown color: approx Crimson. HEX triplet: E2, 0C and 32. RGB value is (226,12,50). Sum of RGB (Red+Green+Blue) = 226+12+50=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20C32 is #1DF3CD. Grayscale: #505050. Windows color (decimal): -1962958 or 3280098. OLE color: 3280098.

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

Color convert

RGB2261250-
CMYK00.950.780.11
HSL349.35º89.92%46.67%-
HSV(B)349.35º94.69%88.63%-
XYZ32.0716.664.54-
YUV80.32110.9231.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 78.47%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=78.47%
G=4.17%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226125000.950.780.11349.3589.9246.67
HexE2C3205F4EB15d5a2f
Octal342146201371161353513257
Binary11100010110011001001011111100111010111010111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20C32; }

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

 H1.HeaderClassName
 {
   color: #E20C32;
 }
 .AnyTagClassName
 {
   color: #E20C32;
 }
</style>
background-color css

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

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

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

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

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

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