#e20f34

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

Shades of Crimson #E20F34

Tints of Crimson #E20F34

Color information

#E20F34 (or 0xE20F34) is unknown color: approx Crimson. HEX triplet: E2, 0F and 34. RGB value is (226,15,52). Sum of RGB (Red+Green+Blue) = 226+15+52=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F34 is #1DF0CB. Grayscale: #525252. Windows color (decimal): -1962188 or 3411938. OLE color: 3411938.

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

Color convert

RGB2261552-
CMYK00.930.770.11
HSL349.48º87.55%47.25%-
HSV(B)349.48º93.36%88.63%-
XYZ32.1516.764.79-
YUV82.31110.9230.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.13%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=77.13%
G=5.12%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226155200.930.770.11349.4887.5547.25
HexE2F3405D4DB15d582f
Octal342176401351151353513057
Binary11100010111111010001011101100110110111010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20f34; }

 p { color: rgb(226,15,52); }

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

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

 a { background-color: rgb(226,15,52); }

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

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

 span { border-color: rgb(226,15,52); }

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