Html Css Color HEX #EC410C Orange Red

📋 copy color: '#EC410C'

red 236 ◦ green 65 ◦ blue 12

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

Shades of Orange Red #EC410C

Tints of Orange Red #EC410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 75.4%
G = 20.77%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC410C (or 0xEC410C) is known color: Orange Red. HEX triplet: EC, 41 and 0C. RGB value is (236,65,12). Sum of RGB (Red+Green+Blue) = 236+65+12=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC410C is #13BEF3. Grayscale: #6E6E6E. Windows color (decimal): -1294068 or 803308. OLE color: 803308.

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

Color convert

RGB 236 65 12 -
CMYK 0 0.72 0.95 0.07
HSL 14.2º 0.9% 0.49% -
HSV(B) 14.2º 0.95% 0.93% -
XYZ 36.55 21.64 2.6 -
YUV 110.09 72.65 217.81 -
System Red Green Blue C M Y K H S L
Decimal 236 65 12 0 0.72 0.95 0.07 14.2 0.9 0.49
Hex EC 41 C 0 48 5F 7 E 5A 31
Octal 354 101 14 0 110 137 7 16 132 61
Binary 11101100 1000001 1100 0 1001000 1011111 111 1110 1011010 110001

Color Harmonies of #EC410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC410C

Black with #EC410C

Text Example


Text Example

White with #EC410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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