Html Css Color HEX #EC3D0F Orange Red

📋 copy color: '#EC3D0F'

red 236 ◦ green 61 ◦ blue 15

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

Shades of Orange Red #EC3D0F

Tints of Orange Red #EC3D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 75.64%
G = 19.55%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC3D0F (or 0xEC3D0F) is known color: Orange Red. HEX triplet: EC, 3D and 0F. RGB value is (236,61,15). Sum of RGB (Red+Green+Blue) = 236+61+15=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D0F is #13C2F0. Grayscale: #6C6C6C. Windows color (decimal): -1295089 or 998892. OLE color: 998892.

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

Color convert

RGB 236 61 15 -
CMYK 0 0.74 0.94 0.07
HSL 12.49º 0.88% 0.49% -
HSV(B) 12.49º 0.94% 0.93% -
XYZ 36.35 21.2 2.63 -
YUV 108.08 75.48 219.24 -
System Red Green Blue C M Y K H S L
Decimal 236 61 15 0 0.74 0.94 0.07 12.49 0.88 0.49
Hex EC 3D F 0 4A 5E 7 C 58 31
Octal 354 75 17 0 112 136 7 14 130 61
Binary 11101100 111101 1111 0 1001010 1011110 111 1100 1011000 110001

Color Harmonies of #EC3D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D0F

Black with #EC3D0F

Text Example


Text Example

White with #EC3D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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