Html Css Color HEX #EC4202 Orange Red

📋 copy color: '#EC4202'

red 236 ◦ green 66 ◦ blue 2

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

Shades of Orange Red #EC4202

Tints of Orange Red #EC4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 77.63%
G = 21.71%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC4202 (or 0xEC4202) is known color: Orange Red. HEX triplet: EC, 42 and 02. RGB value is (236,66,2). Sum of RGB (Red+Green+Blue) = 236+66+2=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4202 is #13BDFD. Grayscale: #6D6D6D. Windows color (decimal): -1293822 or 148204. OLE color: 148204.

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

Color convert

RGB 236 66 2 -
CMYK 0 0.72 0.99 0.07
HSL 16.41º 0.98% 0.47% -
HSV(B) 16.41º 0.99% 0.93% -
XYZ 36.55 21.73 2.33 -
YUV 109.53 67.32 218.2 -
System Red Green Blue C M Y K H S L
Decimal 236 66 2 0 0.72 0.99 0.07 16.41 0.98 0.47
Hex EC 42 2 0 48 63 7 10 62 2F
Octal 354 102 2 0 110 143 7 20 142 57
Binary 11101100 1000010 10 0 1001000 1100011 111 10000 1100010 101111

Color Harmonies of #EC4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4202

Black with #EC4202

Text Example


Text Example

White with #EC4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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