#E00038

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

Shades of Crimson #E00038

Tints of Crimson #E00038

Color information

#E00038 (or 0xE00038) is unknown color: approx Crimson. HEX triplet: E0, 00 and 38. RGB value is (224,0,56). Sum of RGB (Red+Green+Blue) = 224+0+56=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00038 is #1FFFC7. Grayscale: #494949. Windows color (decimal): -2097096 or 3670240. OLE color: 3670240.

HSL color Cylindrical-coordinate representation of color #E00038: hue angle of 345º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB224056-
CMYK010.750.12
HSL345º100%43.92%-
HSV(B)345º100%87.84%-
XYZ31.4516.135.2-
YUV73.36118.21235.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224056010.750.1234510043.92
HexE00380644BC159642c
Octal34007001441131453114454
Binary11100000011100001100100100101111001010110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00038; }

 p { color: rgb(224,0,56); }

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

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

 a { background-color: rgb(224,0,56); }

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

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

 span { border-color: rgb(224,0,56); }

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