#E20230

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

Shades of Crimson #E20230

Tints of Crimson #E20230

Color information

#E20230 (or 0xE20230) is unknown color: approx Crimson. HEX triplet: E2, 02 and 30. RGB value is (226,2,48). Sum of RGB (Red+Green+Blue) = 226+2+48=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E20230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20230 is #1DFDCF. Grayscale: #4A4A4A. Windows color (decimal): -1965520 or 3146466. OLE color: 3146466.

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

Color convert

RGB226248-
CMYK00.990.790.11
HSL347.68º98.25%44.71%-
HSV(B)347.68º99.12%88.63%-
XYZ31.9216.434.28-
YUV74.22113.21236.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 81.88%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=81.88%
G=0.72%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22624800.990.790.11347.6898.2544.71
HexE22300634FB15c622d
Octal34226001431171353414255
Binary111000101011000001100011100111110111010111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20230; }

 p { color: rgb(226,2,48); }

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

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

 a { background-color: rgb(226,2,48); }

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

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

 span { border-color: rgb(226,2,48); }

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