Html Css Color HEX #E93C00 Orange Red

📋 copy color: '#E93C00'

red 233 ◦ green 60 ◦ blue 0

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

Shades of Orange Red #E93C00

Tints of Orange Red #E93C00

RGB

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

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

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

R = 79.52%
G = 20.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E93C00 (or 0xE93C00) is known color: Orange Red. HEX triplet: E9, 3C and 00. RGB value is (233,60,0). Sum of RGB (Red+Green+Blue) = 233+60+0=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C00 is #16C3FF. Grayscale: #696969. Windows color (decimal): -1491968 or 15593. OLE color: 15593.

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

Color convert

RGB 233 60 0 -
CMYK 0 0.74 1 0.09
HSL 15.45º 1% 0.46% -
HSV(B) 15.45º 1% 0.91% -
XYZ 35.22 20.56 2.11 -
YUV 104.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 233 60 0 0 0.74 1 0.09 15.45 1 0.46
Hex E9 3C 0 0 4A 64 9 F 64 2E
Octal 351 74 0 0 112 144 11 17 144 56
Binary 11101001 111100 0 0 1001010 1100100 1001 1111 1100100 101110

Color Harmonies of #E93C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C00

Black with #E93C00

Text Example


Text Example

White with #E93C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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