Html Css Color HEX #EB4001 Orange Red

📋 copy color: '#EB4001'

red 235 ◦ green 64 ◦ blue 1

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

Shades of Orange Red #EB4001

Tints of Orange Red #EB4001

RGB

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

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

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

R = 78.33%
G = 21.33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB4001 (or 0xEB4001) is known color: Orange Red. HEX triplet: EB, 40 and 01. RGB value is (235,64,1). Sum of RGB (Red+Green+Blue) = 235+64+1=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4001 is #14BFFE. Grayscale: #6C6C6C. Windows color (decimal): -1359871 or 82155. OLE color: 82155.

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

Color convert

RGB 235 64 1 -
CMYK 0 0.73 1.00 0.08
HSL 16.15º 0.99% 0.46% -
HSV(B) 16.15º 1% 0.92% -
XYZ 36.1 21.33 2.24 -
YUV 107.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 235 64 1 0 0.73 1.00 0.08 16.15 0.99 0.46
Hex EB 40 1 0 49 64 8 10 63 2E
Octal 353 100 1 0 111 144 10 20 143 56
Binary 11101011 1000000 1 0 1001001 1100100 1000 10000 1100011 101110

Color Harmonies of #EB4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4001

Black with #EB4001

Text Example


Text Example

White with #EB4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4001; }

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

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

background-color css

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

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

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

border-color css

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

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

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