Html Css Color HEX #E93A00 Orange Red

📋 copy color: '#E93A00'

red 233 ◦ green 58 ◦ blue 0

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

Shades of Orange Red #E93A00

Tints of Orange Red #E93A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

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

R = 80.07%
G = 19.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E93A00 (or 0xE93A00) is known color: Orange Red. HEX triplet: E9, 3A and 00. RGB value is (233,58,0). Sum of RGB (Red+Green+Blue) = 233+58+0=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93A00 is #16C5FF. Grayscale: #686868. Windows color (decimal): -1492480 or 15081. OLE color: 15081.

HSL color Cylindrical-coordinate representation of color #E93A00: hue angle of 14.94º 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 #E93A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 0 -
CMYK 0 0.75 1 0.09
HSL 14.94º 1% 0.46% -
HSV(B) 14.94º 1% 0.91% -
XYZ 35.12 20.35 2.08 -
YUV 103.71 69.48 220.22 -
System Red Green Blue C M Y K H S L
Decimal 233 58 0 0 0.75 1 0.09 14.94 1 0.46
Hex E9 3A 0 0 4B 64 9 F 64 2E
Octal 351 72 0 0 113 144 11 17 144 56
Binary 11101001 111010 0 0 1001011 1100100 1001 1111 1100100 101110

Color Harmonies of #E93A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A00

Black with #E93A00

Text Example


Text Example

White with #E93A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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