Html Css Color HEX #EC3D0A Orange Red

📋 copy color: '#EC3D0A'

red 236 ◦ green 61 ◦ blue 10

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

Shades of Orange Red #EC3D0A

Tints of Orange Red #EC3D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 76.87%
G = 19.87%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC3D0A (or 0xEC3D0A) is known color: Orange Red. HEX triplet: EC, 3D and 0A. RGB value is (236,61,10). Sum of RGB (Red+Green+Blue) = 236+61+10=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D0A is #13C2F5. Grayscale: #6B6B6B. Windows color (decimal): -1295094 or 671212. OLE color: 671212.

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

Color convert

RGB 236 61 10 -
CMYK 0 0.74 0.96 0.07
HSL 13.54º 0.92% 0.48% -
HSV(B) 13.54º 0.96% 0.93% -
XYZ 36.32 21.19 2.46 -
YUV 107.51 72.98 219.65 -
System Red Green Blue C M Y K H S L
Decimal 236 61 10 0 0.74 0.96 0.07 13.54 0.92 0.48
Hex EC 3D A 0 4A 60 7 E 5C 30
Octal 354 75 12 0 112 140 7 16 134 60
Binary 11101100 111101 1010 0 1001010 1100000 111 1110 1011100 110000

Color Harmonies of #EC3D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D0A

Black with #EC3D0A

Text Example


Text Example

White with #EC3D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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