#EA3D13

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

Shades of Orange Red #EA3D13

Tints of Orange Red #EA3D13

Color information

#EA3D13 (or 0xEA3D13) is unknown color: approx Orange Red. HEX triplet: EA, 3D and 13. RGB value is (234,61,19). Sum of RGB (Red+Green+Blue) = 234+61+19=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3D13 is #15C2EC. Grayscale: #6C6C6C. Windows color (decimal): -1426157 or 1261034. OLE color: 1261034.

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

Color convert

RGB2346119-
CMYK00.740.920.08
HSL11.72º84.98%49.61%-
HSV(B)11.72º91.88%91.76%-
XYZ35.7220.882.76-
YUV107.9477.81217.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 74.52%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 19 (7.81% from 255) = 6.05%
R=74.52%
G=19.43%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234611900.740.920.0811.7284.9849.61
HexEA3D1304A5C8c5532
Octal35275230112134101412562
Binary1110101011110110011010010101011100100011001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3D13; }

 p { color: rgb(234,61,19); }

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

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

 a { background-color: rgb(234,61,19); }

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

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

 span { border-color: rgb(234,61,19); }

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