#EA0F32

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

Shades of Crimson #EA0F32

Tints of Crimson #EA0F32

Color information

#EA0F32 (or 0xEA0F32) is unknown color: approx Crimson. HEX triplet: EA, 0F and 32. RGB value is (234,15,50). Sum of RGB (Red+Green+Blue) = 234+15+50=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F32 is #15F0CD. Grayscale: #545454. Windows color (decimal): -1437902 or 3280874. OLE color: 3280874.

HSL color Cylindrical-coordinate representation of color #EA0F32: hue angle of 350.41º 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 #EA0F32 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2341550-
CMYK00.940.790.08
HSL350.41º87.95%48.82%-
HSV(B)350.41º93.59%91.76%-
XYZ34.6818.064.68-
YUV84.47108.55234.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 78.26%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=78.26%
G=5.02%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234155000.940.790.08350.4187.9548.82
HexEAF3205E4F815e5831
Octal352176201361171053613061
Binary11101010111111001001011110100111110001010111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0F32; }

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

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

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

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

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

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

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

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