Html Css Color HEX #EB3F11 Orange Red

📋 copy color: '#EB3F11'

red 235 ◦ green 63 ◦ blue 17

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

Shades of Orange Red #EB3F11

Tints of Orange Red #EB3F11

RGB

 RED value IS 235 (92.19% from 255) = 74.6%

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

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 74.6%
G = 20%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB3F11 (or 0xEB3F11) is known color: Orange Red. HEX triplet: EB, 3F and 11. RGB value is (235,63,17). Sum of RGB (Red+Green+Blue) = 235+63+17=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F11 is #14C0EE. Grayscale: #6D6D6D. Windows color (decimal): -1360111 or 1130475. OLE color: 1130475.

HSL color Cylindrical-coordinate representation of color #EB3F11: hue angle of 12.66º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB3F11 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 63 17 -
CMYK 0 0.73 0.93 0.08
HSL 12.66º 0.87% 0.49% -
HSV(B) 12.66º 0.93% 0.92% -
XYZ 36.14 21.26 2.73 -
YUV 109.18 75.98 217.74 -
System Red Green Blue C M Y K H S L
Decimal 235 63 17 0 0.73 0.93 0.08 12.66 0.87 0.49
Hex EB 3F 11 0 49 5D 8 D 57 31
Octal 353 77 21 0 111 135 10 15 127 61
Binary 11101011 111111 10001 0 1001001 1011101 1000 1101 1010111 110001

Color Harmonies of #EB3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3F11

Black with #EB3F11

Text Example


Text Example

White with #EB3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3F11; }

 p { color: rgb(235,63,17); }

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

background-color css

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

 a { background-color: rgb(235,63,17); }

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

border-color css

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

 span { border-color: rgb(235,63,17); }

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