#EA003B

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

Shades of Crimson #EA003B

Tints of Crimson #EA003B

Color information

#EA003B (or 0xEA003B) is unknown color: approx Crimson. HEX triplet: EA, 00 and 3B. RGB value is (234,0,59). Sum of RGB (Red+Green+Blue) = 234+0+59=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA003B is #15FFC4. Grayscale: #4C4C4C. Windows color (decimal): -1441733 or 3866858. OLE color: 3866858.

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

Color convert

RGB234059-
CMYK010.750.08
HSL344.87º100%45.88%-
HSV(B)344.87º100%91.76%-
XYZ34.7217.815.74-
YUV76.69118.02240.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 79.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=79.86%
G=0%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234059010.750.08344.8710045.88
HexEA03B0644B8159642e
Octal35207301441131053114456
Binary11101010011101101100100100101110001010110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA003B; }

 p { color: rgb(234,0,59); }

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

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

 a { background-color: rgb(234,0,59); }

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

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

 span { border-color: rgb(234,0,59); }

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