#E00932

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

Shades of Crimson #E00932

Tints of Crimson #E00932

Color information

#E00932 (or 0xE00932) is unknown color: approx Crimson. HEX triplet: E0, 09 and 32. RGB value is (224,9,50). Sum of RGB (Red+Green+Blue) = 224+9+50=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00932 is #1FF6CD. Grayscale: #4E4E4E. Windows color (decimal): -2094798 or 3279328. OLE color: 3279328.

HSL color Cylindrical-coordinate representation of color #E00932: hue angle of 348.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00932 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB224950-
CMYK00.960.780.12
HSL348.56º92.27%45.69%-
HSV(B)348.56º95.98%87.84%-
XYZ31.4116.274.5-
YUV77.96112.23232.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.15%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=79.15%
G=3.18%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22495000.960.780.12348.5692.2745.69
HexE09320604EC15d5c2e
Octal340116201401161453513456
Binary11100000100111001001100000100111011001010111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00932; }

 p { color: rgb(224,9,50); }

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

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

 a { background-color: rgb(224,9,50); }

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

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

 span { border-color: rgb(224,9,50); }

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