#ea0f38

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

Shades of Crimson #EA0F38

Tints of Crimson #EA0F38

Color information

#EA0F38 (or 0xEA0F38) is unknown color: approx Crimson. HEX triplet: EA, 0F and 38. RGB value is (234,15,56). Sum of RGB (Red+Green+Blue) = 234+15+56=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F38 is #15F0C7. Grayscale: #555555. Windows color (decimal): -1437896 or 3674090. OLE color: 3674090.

HSL color Cylindrical-coordinate representation of color #EA0F38: hue angle of 348.77º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F38 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2341556-
CMYK00.940.760.08
HSL348.77º87.95%48.82%-
HSV(B)348.77º93.59%91.76%-
XYZ34.8218.125.4-
YUV85.15111.55234.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 76.72%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=76.72%
G=4.92%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234155600.940.760.08348.7787.9548.82
HexEAF3805E4C815d5831
Octal352177001361141053513061
Binary11101010111111100001011110100110010001010111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea0f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea0f38; }

 p { color: rgb(234,15,56); }

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

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

 a { background-color: rgb(234,15,56); }

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

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

 span { border-color: rgb(234,15,56); }

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