#E11F3F

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

Shades of Crimson #E11F3F

Tints of Crimson #E11F3F

Color information

#E11F3F (or 0xE11F3F) is unknown color: approx Crimson. HEX triplet: E1, 1F and 3F. RGB value is (225,31,63). Sum of RGB (Red+Green+Blue) = 225+31+63=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F3F is #1EE0C0. Grayscale: #5C5C5C. Windows color (decimal): -2023617 or 4136929. OLE color: 4136929.

HSL color Cylindrical-coordinate representation of color #E11F3F: hue angle of 350.1º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F3F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2253163-
CMYK00.860.720.12
HSL350.1º76.38%50.2%-
HSV(B)350.1º86.22%88.24%-
XYZ32.4417.356.34-
YUV92.65111.27222.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 63 (25% from 255) = 19.75%
R=70.53%
G=9.72%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225316300.860.720.12350.176.3850.2
HexE11F3F05648C15e4c32
Octal341377701261101453611462
Binary111000011111111111101010110100100011001010111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F3F; }

 p { color: rgb(225,31,63); }

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

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

 a { background-color: rgb(225,31,63); }

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

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

 span { border-color: rgb(225,31,63); }

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