#E00835

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

Shades of Crimson #E00835

Tints of Crimson #E00835

Color information

#E00835 (or 0xE00835) is unknown color: approx Crimson. HEX triplet: E0, 08 and 35. RGB value is (224,8,53). Sum of RGB (Red+Green+Blue) = 224+8+53=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E00835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00835 is #1FF7CA. Grayscale: #4D4D4D. Windows color (decimal): -2095051 or 3475680. OLE color: 3475680.

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

Color convert

RGB224853-
CMYK00.960.760.12
HSL347.5º93.1%45.49%-
HSV(B)347.5º96.43%87.84%-
XYZ31.4716.284.85-
YUV77.71114.06232.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 78.60%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=78.60%
G=2.81%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22485300.960.760.12347.593.145.49
HexE08350604CC15c5d2d
Octal340106501401141453413555
Binary11100000100011010101100000100110011001010111001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00835; }

 p { color: rgb(224,8,53); }

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

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

 a { background-color: rgb(224,8,53); }

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

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

 span { border-color: rgb(224,8,53); }

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