#E00F29

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

Shades of Crimson #E00F29

Tints of Crimson #E00F29

Color information

#E00F29 (or 0xE00F29) is unknown color: approx Crimson. HEX triplet: E0, 0F and 29. RGB value is (224,15,41). Sum of RGB (Red+Green+Blue) = 224+15+41=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F29 is #1FF0D6. Grayscale: #505050. Windows color (decimal): -2093271 or 2691040. OLE color: 2691040.

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

Color convert

RGB2241541-
CMYK00.930.820.12
HSL352.54º87.45%46.86%-
HSV(B)352.54º93.3%87.84%-
XYZ31.3116.353.6-
YUV80.46105.74230.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 80%
GREEN value IS 15 (6.25% from 255) = 5.36%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=80%
G=5.36%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224154100.930.820.12352.5487.4546.86
HexE0F2905D52C161572f
Octal340175101351221454112757
Binary11100000111110100101011101101001011001011000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F29; }

 p { color: rgb(224,15,41); }

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

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

 a { background-color: rgb(224,15,41); }

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

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

 span { border-color: rgb(224,15,41); }

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