Html Css Color HEX #EB4013 Orange Red

📋 copy color: '#EB4013'

red 235 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #EB4013

Tints of Orange Red #EB4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 73.9%
G = 20.13%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB4013 (or 0xEB4013) is known color: Orange Red. HEX triplet: EB, 40 and 13. RGB value is (235,64,19). Sum of RGB (Red+Green+Blue) = 235+64+19=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4013 is #14BFEC. Grayscale: #6E6E6E. Windows color (decimal): -1359853 or 1261803. OLE color: 1261803.

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

Color convert

RGB 235 64 19 -
CMYK 0 0.73 0.92 0.08
HSL 12.5º 0.85% 0.5% -
HSV(B) 12.5º 0.92% 0.92% -
XYZ 36.21 21.38 2.83 -
YUV 110 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 235 64 19 0 0.73 0.92 0.08 12.5 0.85 0.5
Hex EB 40 13 0 49 5C 8 C 55 32
Octal 353 100 23 0 111 134 10 14 125 62
Binary 11101011 1000000 10011 0 1001001 1011100 1000 1100 1010101 110010

Color Harmonies of #EB4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4013

Black with #EB4013

Text Example


Text Example

White with #EB4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4013; }

 p { color: rgb(235,64,19); }

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

background-color css

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

 a { background-color: rgb(235,64,19); }

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

border-color css

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

 span { border-color: rgb(235,64,19); }

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