Html Css Color HEX #EC3702 Orange Red

📋 copy color: '#EC3702'

red 236 ◦ green 55 ◦ blue 2

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

Shades of Orange Red #EC3702

Tints of Orange Red #EC3702

RGB

 RED value IS 236 (92.58% from 255) = 80.55%

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

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

R = 80.55%
G = 18.77%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3702 (or 0xEC3702) is known color: Orange Red. HEX triplet: EC, 37 and 02. RGB value is (236,55,2). Sum of RGB (Red+Green+Blue) = 236+55+2=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3702 is #13C8FD. Grayscale: #676767. Windows color (decimal): -1296638 or 145388. OLE color: 145388.

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

Color convert

RGB 236 55 2 -
CMYK 0 0.77 0.99 0.07
HSL 13.59º 0.98% 0.47% -
HSV(B) 13.59º 0.99% 0.93% -
XYZ 35.97 20.57 2.13 -
YUV 103.08 70.97 222.81 -
System Red Green Blue C M Y K H S L
Decimal 236 55 2 0 0.77 0.99 0.07 13.59 0.98 0.47
Hex EC 37 2 0 4D 63 7 E 62 2F
Octal 354 67 2 0 115 143 7 16 142 57
Binary 11101100 110111 10 0 1001101 1100011 111 1110 1100010 101111

Color Harmonies of #EC3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3702

Black with #EC3702

Text Example


Text Example

White with #EC3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3702; }

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

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

background-color css

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

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

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

border-color css

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

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

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