Html Css Color HEX #E93C14 Orange Red

📋 copy color: '#E93C14'

red 233 ◦ green 60 ◦ blue 20

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

Shades of Orange Red #E93C14

Tints of Orange Red #E93C14

RGB

 RED value IS 233 (91.41% from 255) = 74.44%

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 74.44%
G = 19.17%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E93C14 (or 0xE93C14) is known color: Orange Red. HEX triplet: E9, 3C and 14. RGB value is (233,60,20). Sum of RGB (Red+Green+Blue) = 233+60+20=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C14 is #16C3EB. Grayscale: #6B6B6B. Windows color (decimal): -1491948 or 1326313. OLE color: 1326313.

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

Color convert

RGB 233 60 20 -
CMYK 0 0.74 0.91 0.09
HSL 11.27º 0.84% 0.5% -
HSV(B) 11.27º 0.91% 0.91% -
XYZ 35.35 20.61 2.78 -
YUV 107.17 78.81 217.75 -
System Red Green Blue C M Y K H S L
Decimal 233 60 20 0 0.74 0.91 0.09 11.27 0.84 0.5
Hex E9 3C 14 0 4A 5B 9 B 54 32
Octal 351 74 24 0 112 133 11 13 124 62
Binary 11101001 111100 10100 0 1001010 1011011 1001 1011 1010100 110010

Color Harmonies of #E93C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C14

Black with #E93C14

Text Example


Text Example

White with #E93C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C14; }

 p { color: rgb(233,60,20); }

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

background-color css

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

 a { background-color: rgb(233,60,20); }

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

border-color css

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

 span { border-color: rgb(233,60,20); }

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