Html Css Color HEX #E93C0B Orange Red

📋 copy color: '#E93C0B'

red 233 ◦ green 60 ◦ blue 11

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

Shades of Orange Red #E93C0B

Tints of Orange Red #E93C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 76.64%
G = 19.74%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E93C0B (or 0xE93C0B) is known color: Orange Red. HEX triplet: E9, 3C and 0B. RGB value is (233,60,11). Sum of RGB (Red+Green+Blue) = 233+60+11=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C0B is #16C3F4. Grayscale: #6A6A6A. Windows color (decimal): -1491957 or 736489. OLE color: 736489.

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

Color convert

RGB 233 60 11 -
CMYK 0 0.74 0.95 0.09
HSL 13.24º 0.91% 0.48% -
HSV(B) 13.24º 0.95% 0.91% -
XYZ 35.28 20.58 2.43 -
YUV 106.14 74.31 218.48 -
System Red Green Blue C M Y K H S L
Decimal 233 60 11 0 0.74 0.95 0.09 13.24 0.91 0.48
Hex E9 3C B 0 4A 5F 9 D 5B 30
Octal 351 74 13 0 112 137 11 15 133 60
Binary 11101001 111100 1011 0 1001010 1011111 1001 1101 1011011 110000

Color Harmonies of #E93C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C0B

Black with #E93C0B

Text Example


Text Example

White with #E93C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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