Html Css Color HEX #E94312 Orange Red

📋 copy color: '#E94312'

red 233 ◦ green 67 ◦ blue 18

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

Shades of Orange Red #E94312

Tints of Orange Red #E94312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 73.27%
G = 21.07%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E94312 (or 0xE94312) is known color: Orange Red. HEX triplet: E9, 43 and 12. RGB value is (233,67,18). Sum of RGB (Red+Green+Blue) = 233+67+18=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E94312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94312 is #16BCED. Grayscale: #6F6F6F. Windows color (decimal): -1490158 or 1197033. OLE color: 1197033.

HSL color Cylindrical-coordinate representation of color #E94312: hue angle of 13.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E94312 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 67 18 -
CMYK 0 0.71 0.92 0.09
HSL 13.67º 0.86% 0.49% -
HSV(B) 13.67º 0.92% 0.91% -
XYZ 35.72 21.38 2.82 -
YUV 111.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 233 67 18 0 0.71 0.92 0.09 13.67 0.86 0.49
Hex E9 43 12 0 47 5C 9 E 56 31
Octal 351 103 22 0 107 134 11 16 126 61
Binary 11101001 1000011 10010 0 1000111 1011100 1001 1110 1010110 110001

Color Harmonies of #E94312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94312

Black with #E94312

Text Example


Text Example

White with #E94312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94312; }

 p { color: rgb(233,67,18); }

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

background-color css

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

 a { background-color: rgb(233,67,18); }

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

border-color css

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

 span { border-color: rgb(233,67,18); }

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