Html Css Color HEX #E13C00 Orange Red

📋 copy color: '#E13C00'

red 225 ◦ green 60 ◦ blue 0

#E13C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #E13C00

Tints of Orange Red #E13C00

RGB

 RED value IS 225 (88.28% from 255) = 78.95%

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.95%
G = 21.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E13C00 (or 0xE13C00) is known color: Orange Red. HEX triplet: E1, 3C and 00. RGB value is (225,60,0). Sum of RGB (Red+Green+Blue) = 225+60+0=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13C00 is #1EC3FF. Grayscale: #666666. Windows color (decimal): -2016256 or 15585. OLE color: 15585.

HSL color Cylindrical-coordinate representation of color #E13C00: hue angle of 16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13C00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 0 -
CMYK 0 0.73 1 0.12
HSL 16º 1% 0.44% -
HSV(B) 16º 1% 0.88% -
XYZ 32.67 19.24 1.99 -
YUV 102.5 70.16 215.38 -
System Red Green Blue C M Y K H S L
Decimal 225 60 0 0 0.73 1 0.12 16 1 0.44
Hex E1 3C 0 0 49 64 C 10 64 2C
Octal 341 74 0 0 111 144 14 20 144 54
Binary 11100001 111100 0 0 1001001 1100100 1100 10000 1100100 101100

Color Harmonies of #E13C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C00

Black with #E13C00

Text Example


Text Example

White with #E13C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C00; }

 p { color: rgb(225,60,0); }

 H1.HeaderClassName
 {
   color: #E13C00;
 }
 .AnyTagClassName
 {
   color: #E13C00;
 }
</style>

background-color css

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

 a { background-color: rgb(225,60,0); }

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

border-color css

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

 span { border-color: rgb(225,60,0); }

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