Html Css Color HEX #E93F13 Orange Red

📋 copy color: '#E93F13'

red 233 ◦ green 63 ◦ blue 19

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

Shades of Orange Red #E93F13

Tints of Orange Red #E93F13

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 73.97%
G = 20%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E93F13 (or 0xE93F13) is known color: Orange Red. HEX triplet: E9, 3F and 13. RGB value is (233,63,19). Sum of RGB (Red+Green+Blue) = 233+63+19=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93F13 is #16C0EC. Grayscale: #6D6D6D. Windows color (decimal): -1491181 or 1261545. OLE color: 1261545.

HSL color Cylindrical-coordinate representation of color #E93F13: hue angle of 12.34º degrees, saturation: 0.85, 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 #E93F13 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 63 19 -
CMYK 0 0.73 0.92 0.09
HSL 12.34º 0.85% 0.49% -
HSV(B) 12.34º 0.92% 0.91% -
XYZ 35.5 20.93 2.78 -
YUV 108.81 77.32 216.58 -
System Red Green Blue C M Y K H S L
Decimal 233 63 19 0 0.73 0.92 0.09 12.34 0.85 0.49
Hex E9 3F 13 0 49 5C 9 C 55 31
Octal 351 77 23 0 111 134 11 14 125 61
Binary 11101001 111111 10011 0 1001001 1011100 1001 1100 1010101 110001

Color Harmonies of #E93F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F13

Black with #E93F13

Text Example


Text Example

White with #E93F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F13; }

 p { color: rgb(233,63,19); }

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

background-color css

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

 a { background-color: rgb(233,63,19); }

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

border-color css

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

 span { border-color: rgb(233,63,19); }

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