Html Css Color HEX #EB4401 Orange Red

📋 copy color: '#EB4401'

red 235 ◦ green 68 ◦ blue 1

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

Shades of Orange Red #EB4401

Tints of Orange Red #EB4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 77.3%
G = 22.37%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB4401 (or 0xEB4401) is known color: Orange Red. HEX triplet: EB, 44 and 01. RGB value is (235,68,1). Sum of RGB (Red+Green+Blue) = 235+68+1=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4401 is #14BBFE. Grayscale: #6E6E6E. Windows color (decimal): -1358847 or 83179. OLE color: 83179.

HSL color Cylindrical-coordinate representation of color #EB4401: hue angle of 17.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB4401 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 1 -
CMYK 0 0.71 1.00 0.08
HSL 17.18º 0.99% 0.46% -
HSV(B) 17.18º 1% 0.92% -
XYZ 36.33 21.8 2.32 -
YUV 110.3 66.33 216.95 -
System Red Green Blue C M Y K H S L
Decimal 235 68 1 0 0.71 1.00 0.08 17.18 0.99 0.46
Hex EB 44 1 0 47 64 8 11 63 2E
Octal 353 104 1 0 107 144 10 21 143 56
Binary 11101011 1000100 1 0 1000111 1100100 1000 10001 1100011 101110

Color Harmonies of #EB4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4401

Black with #EB4401

Text Example


Text Example

White with #EB4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4401; }

 p { color: rgb(235,68,1); }

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

background-color css

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

 a { background-color: rgb(235,68,1); }

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

border-color css

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

 span { border-color: rgb(235,68,1); }

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