Html Css Color HEX #EC380F Orange Red

📋 copy color: '#EC380F'

red 236 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #EC380F

Tints of Orange Red #EC380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 76.87%
G = 18.24%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC380F (or 0xEC380F) is known color: Orange Red. HEX triplet: EC, 38 and 0F. RGB value is (236,56,15). Sum of RGB (Red+Green+Blue) = 236+56+15=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380F is #13C7F0. Grayscale: #696969. Windows color (decimal): -1296369 or 997612. OLE color: 997612.

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

Color convert

RGB 236 56 15 -
CMYK 0 0.76 0.94 0.07
HSL 11.13º 0.88% 0.49% -
HSV(B) 11.13º 0.94% 0.93% -
XYZ 36.09 20.7 2.54 -
YUV 105.15 77.13 221.33 -
System Red Green Blue C M Y K H S L
Decimal 236 56 15 0 0.76 0.94 0.07 11.13 0.88 0.49
Hex EC 38 F 0 4C 5E 7 B 58 31
Octal 354 70 17 0 114 136 7 13 130 61
Binary 11101100 111000 1111 0 1001100 1011110 111 1011 1011000 110001

Color Harmonies of #EC380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC380F

Black with #EC380F

Text Example


Text Example

White with #EC380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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