Html Css Color HEX #EB3702 Orange Red

📋 copy color: '#EB3702'

red 235 ◦ green 55 ◦ blue 2

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

Shades of Orange Red #EB3702

Tints of Orange Red #EB3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 80.48%
G = 18.84%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB3702 (or 0xEB3702) is known color: Orange Red. HEX triplet: EB, 37 and 02. RGB value is (235,55,2). Sum of RGB (Red+Green+Blue) = 235+55+2=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3702 is #14C8FD. Grayscale: #676767. Windows color (decimal): -1362174 or 145387. OLE color: 145387.

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

Color convert

RGB 235 55 2 -
CMYK 0 0.77 0.99 0.08
HSL 13.65º 0.98% 0.46% -
HSV(B) 13.65º 0.99% 0.92% -
XYZ 35.64 20.4 2.12 -
YUV 102.78 71.13 222.31 -
System Red Green Blue C M Y K H S L
Decimal 235 55 2 0 0.77 0.99 0.08 13.65 0.98 0.46
Hex EB 37 2 0 4D 63 8 E 62 2E
Octal 353 67 2 0 115 143 10 16 142 56
Binary 11101011 110111 10 0 1001101 1100011 1000 1110 1100010 101110

Color Harmonies of #EB3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3702

Black with #EB3702

Text Example


Text Example

White with #EB3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3702; }

 p { color: rgb(235,55,2); }

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

background-color css

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

 a { background-color: rgb(235,55,2); }

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

border-color css

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

 span { border-color: rgb(235,55,2); }

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