Html Css Color HEX #EC410A Orange Red

📋 copy color: '#EC410A'

red 236 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #EC410A

Tints of Orange Red #EC410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 75.88%
G = 20.9%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC410A (or 0xEC410A) is known color: Orange Red. HEX triplet: EC, 41 and 0A. RGB value is (236,65,10). Sum of RGB (Red+Green+Blue) = 236+65+10=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC410A is #13BEF5. Grayscale: #6E6E6E. Windows color (decimal): -1294070 or 672236. OLE color: 672236.

HSL color Cylindrical-coordinate representation of color #EC410A: hue angle of 14.6º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC410A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 10 -
CMYK 0 0.72 0.96 0.07
HSL 14.6º 0.92% 0.48% -
HSV(B) 14.6º 0.96% 0.93% -
XYZ 36.54 21.64 2.54 -
YUV 109.86 71.65 217.97 -
System Red Green Blue C M Y K H S L
Decimal 236 65 10 0 0.72 0.96 0.07 14.6 0.92 0.48
Hex EC 41 A 0 48 60 7 F 5C 30
Octal 354 101 12 0 110 140 7 17 134 60
Binary 11101100 1000001 1010 0 1001000 1100000 111 1111 1011100 110000

Color Harmonies of #EC410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC410A

Black with #EC410A

Text Example


Text Example

White with #EC410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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