#EB0445

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

Shades of Crimson #EB0445

Tints of Crimson #EB0445

Color information

#EB0445 (or 0xEB0445) is unknown color: approx Crimson. HEX triplet: EB, 04 and 45. RGB value is (235,4,69). Sum of RGB (Red+Green+Blue) = 235+4+69=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0445 is #14FBBA. Grayscale: #505050. Windows color (decimal): -1375163 or 4523243. OLE color: 4523243.

HSL color Cylindrical-coordinate representation of color #EB0445: hue angle of 343.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0445 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB235469-
CMYK00.980.710.08
HSL343.12º96.65%46.86%-
HSV(B)343.12º98.3%92.16%-
XYZ35.3818.187.27-
YUV80.48121.53238.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.30%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=76.30%
G=1.30%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23546900.980.710.08343.1296.6546.86
HexEB445062478157612f
Octal353410501421071052714157
Binary11101011100100010101100010100011110001010101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0445; }

 p { color: rgb(235,4,69); }

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

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

 a { background-color: rgb(235,4,69); }

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

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

 span { border-color: rgb(235,4,69); }

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