Html Css Color HEX #E93F0B Orange Red

📋 copy color: '#E93F0B'

red 233 ◦ green 63 ◦ blue 11

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

Shades of Orange Red #E93F0B

Tints of Orange Red #E93F0B

RGB

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

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

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

R = 75.9%
G = 20.52%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E93F0B (or 0xE93F0B) is known color: Orange Red. HEX triplet: E9, 3F and 0B. RGB value is (233,63,11). Sum of RGB (Red+Green+Blue) = 233+63+11=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93F0B is #16C0F4. Grayscale: #6C6C6C. Windows color (decimal): -1491189 or 737257. OLE color: 737257.

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

Color convert

RGB 233 63 11 -
CMYK 0 0.73 0.95 0.09
HSL 14.05º 0.91% 0.48% -
HSV(B) 14.05º 0.95% 0.91% -
XYZ 35.44 20.9 2.48 -
YUV 107.9 73.32 217.23 -
System Red Green Blue C M Y K H S L
Decimal 233 63 11 0 0.73 0.95 0.09 14.05 0.91 0.48
Hex E9 3F B 0 49 5F 9 E 5B 30
Octal 351 77 13 0 111 137 11 16 133 60
Binary 11101001 111111 1011 0 1001001 1011111 1001 1110 1011011 110000

Color Harmonies of #E93F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F0B

Black with #E93F0B

Text Example


Text Example

White with #E93F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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