#E61B45

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

Shades of Crimson #E61B45

Tints of Crimson #E61B45

Color information

#E61B45 (or 0xE61B45) is unknown color: approx Crimson. HEX triplet: E6, 1B and 45. RGB value is (230,27,69). Sum of RGB (Red+Green+Blue) = 230+27+69=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61B45 is #19E4BA. Grayscale: #5C5C5C. Windows color (decimal): -1696955 or 4529126. OLE color: 4529126.

HSL color Cylindrical-coordinate representation of color #E61B45: hue angle of 347.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B45 is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB2302769-
CMYK00.880.70.10
HSL347.59º80.24%50.39%-
HSV(B)347.59º88.26%90.2%-
XYZ34.118.047.31-
YUV92.48114.75226.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.55%
GREEN value IS 27 (10.94% from 255) = 8.28%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=70.55%
G=8.28%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230276900.880.70.10347.5980.2450.39
HexE61B4505846A15c5032
Octal3463310501301061253412062
Binary1110011011011100010101011000100011010101010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61B45; }

 p { color: rgb(230,27,69); }

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

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

 a { background-color: rgb(230,27,69); }

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

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

 span { border-color: rgb(230,27,69); }

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