Html Css Color HEX #EC3602 Orange Red

📋 copy color: '#EC3602'

red 236 ◦ green 54 ◦ blue 2

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

Shades of Orange Red #EC3602

Tints of Orange Red #EC3602

RGB

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

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

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

R = 80.82%
G = 18.49%
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

#EC3602 (or 0xEC3602) is known color: Orange Red. HEX triplet: EC, 36 and 02. RGB value is (236,54,2). Sum of RGB (Red+Green+Blue) = 236+54+2=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3602 is #13C9FD. Grayscale: #666666. Windows color (decimal): -1296894 or 145132. OLE color: 145132.

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

Color convert

RGB 236 54 2 -
CMYK 0 0.77 0.99 0.07
HSL 13.33º 0.98% 0.47% -
HSV(B) 13.33º 0.99% 0.93% -
XYZ 35.92 20.48 2.12 -
YUV 102.49 71.3 223.23 -
System Red Green Blue C M Y K H S L
Decimal 236 54 2 0 0.77 0.99 0.07 13.33 0.98 0.47
Hex EC 36 2 0 4D 63 7 D 62 2F
Octal 354 66 2 0 115 143 7 15 142 57
Binary 11101100 110110 10 0 1001101 1100011 111 1101 1100010 101111

Color Harmonies of #EC3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3602

Black with #EC3602

Text Example


Text Example

White with #EC3602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3602; }

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

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

background-color css

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

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

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

border-color css

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

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

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