Html Css Color HEX #EC4102 Orange Red

📋 copy color: '#EC4102'

red 236 ◦ green 65 ◦ blue 2

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

Shades of Orange Red #EC4102

Tints of Orange Red #EC4102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 77.89%
G = 21.45%
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

#EC4102 (or 0xEC4102) is known color: Orange Red. HEX triplet: EC, 41 and 02. RGB value is (236,65,2). Sum of RGB (Red+Green+Blue) = 236+65+2=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4102 is #13BEFD. Grayscale: #6D6D6D. Windows color (decimal): -1294078 or 147948. OLE color: 147948.

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

Color convert

RGB 236 65 2 -
CMYK 0 0.72 0.99 0.07
HSL 16.15º 0.98% 0.47% -
HSV(B) 16.15º 0.99% 0.93% -
XYZ 36.49 21.62 2.31 -
YUV 108.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 236 65 2 0 0.72 0.99 0.07 16.15 0.98 0.47
Hex EC 41 2 0 48 63 7 10 62 2F
Octal 354 101 2 0 110 143 7 20 142 57
Binary 11101100 1000001 10 0 1001000 1100011 111 10000 1100010 101111

Color Harmonies of #EC4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4102

Black with #EC4102

Text Example


Text Example

White with #EC4102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4102; }

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

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

background-color css

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

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

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

border-color css

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

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

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