Html Css Color HEX #EB3900 Orange Red

📋 copy color: '#EB3900'

red 235 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #EB3900

Tints of Orange Red #EB3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.48%
G = 19.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB3900 (or 0xEB3900) is known color: Orange Red. HEX triplet: EB, 39 and 00. RGB value is (235,57,0). Sum of RGB (Red+Green+Blue) = 235+57+0=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3900 is #14C6FF. Grayscale: #686868. Windows color (decimal): -1361664 or 14827. OLE color: 14827.

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

Color convert

RGB 235 57 0 -
CMYK 0 0.76 1 0.08
HSL 14.55º 1% 0.46% -
HSV(B) 14.55º 1% 0.92% -
XYZ 35.72 20.59 2.09 -
YUV 103.72 69.47 221.63 -
System Red Green Blue C M Y K H S L
Decimal 235 57 0 0 0.76 1 0.08 14.55 1 0.46
Hex EB 39 0 0 4C 64 8 F 64 2E
Octal 353 71 0 0 114 144 10 17 144 56
Binary 11101011 111001 0 0 1001100 1100100 1000 1111 1100100 101110

Color Harmonies of #EB3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3900

Black with #EB3900

Text Example


Text Example

White with #EB3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3900; }

 p { color: rgb(235,57,0); }

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

background-color css

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

 a { background-color: rgb(235,57,0); }

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

border-color css

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

 span { border-color: rgb(235,57,0); }

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