Html Css Color HEX #EC4103 Orange Red

📋 copy color: '#EC4103'

red 236 ◦ green 65 ◦ blue 3

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

Shades of Orange Red #EC4103

Tints of Orange Red #EC4103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 77.63%
G = 21.38%
B = 0.99%

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

#EC4103 (or 0xEC4103) is known color: Orange Red. HEX triplet: EC, 41 and 03. RGB value is (236,65,3). Sum of RGB (Red+Green+Blue) = 236+65+3=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4103 is #13BEFC. Grayscale: #6D6D6D. Windows color (decimal): -1294077 or 213484. OLE color: 213484.

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

Color convert

RGB 236 65 3 -
CMYK 0 0.72 0.99 0.07
HSL 15.97º 0.97% 0.47% -
HSV(B) 15.97º 0.99% 0.93% -
XYZ 36.5 21.62 2.34 -
YUV 109.06 68.15 218.54 -
System Red Green Blue C M Y K H S L
Decimal 236 65 3 0 0.72 0.99 0.07 15.97 0.97 0.47
Hex EC 41 3 0 48 63 7 10 61 2F
Octal 354 101 3 0 110 143 7 20 141 57
Binary 11101100 1000001 11 0 1001000 1100011 111 10000 1100001 101111

Color Harmonies of #EC4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4103

Black with #EC4103

Text Example


Text Example

White with #EC4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4103; }

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

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

background-color css

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

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

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

border-color css

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

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

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