Html Css Color HEX #EB3602 Orange Red

📋 copy color: '#EB3602'

red 235 ◦ green 54 ◦ blue 2

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

Shades of Orange Red #EB3602

Tints of Orange Red #EB3602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

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

R = 80.76%
G = 18.56%
B = 0.69%

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

#EB3602 (or 0xEB3602) is known color: Orange Red. HEX triplet: EB, 36 and 02. RGB value is (235,54,2). Sum of RGB (Red+Green+Blue) = 235+54+2=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3602 is #14C9FD. Grayscale: #666666. Windows color (decimal): -1362430 or 145131. OLE color: 145131.

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

Color convert

RGB 235 54 2 -
CMYK 0 0.77 0.99 0.08
HSL 13.39º 0.98% 0.46% -
HSV(B) 13.39º 0.99% 0.92% -
XYZ 35.59 20.3 2.1 -
YUV 102.19 71.47 222.73 -
System Red Green Blue C M Y K H S L
Decimal 235 54 2 0 0.77 0.99 0.08 13.39 0.98 0.46
Hex EB 36 2 0 4D 63 8 D 62 2E
Octal 353 66 2 0 115 143 10 15 142 56
Binary 11101011 110110 10 0 1001101 1100011 1000 1101 1100010 101110

Color Harmonies of #EB3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3602

Black with #EB3602

Text Example


Text Example

White with #EB3602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3602; }

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

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

background-color css

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

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

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

border-color css

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

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

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