Html Css Color HEX #EC3814 Orange Red

📋 copy color: '#EC3814'

red 236 ◦ green 56 ◦ blue 20

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

Shades of Orange Red #EC3814

Tints of Orange Red #EC3814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 75.64%
G = 17.95%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3814 (or 0xEC3814) is known color: Orange Red. HEX triplet: EC, 38 and 14. RGB value is (236,56,20). Sum of RGB (Red+Green+Blue) = 236+56+20=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3814 is #13C7EB. Grayscale: #6A6A6A. Windows color (decimal): -1296364 or 1325292. OLE color: 1325292.

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

Color convert

RGB 236 56 20 -
CMYK 0 0.76 0.92 0.07
HSL 10º 0.85% 0.5% -
HSV(B) 10º 0.92% 0.93% -
XYZ 36.13 20.71 2.76 -
YUV 105.72 79.63 220.93 -
System Red Green Blue C M Y K H S L
Decimal 236 56 20 0 0.76 0.92 0.07 10 0.85 0.5
Hex EC 38 14 0 4C 5C 7 A 55 32
Octal 354 70 24 0 114 134 7 12 125 62
Binary 11101100 111000 10100 0 1001100 1011100 111 1010 1010101 110010

Color Harmonies of #EC3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3814

Black with #EC3814

Text Example


Text Example

White with #EC3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3814; }

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

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

background-color css

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

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

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

border-color css

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

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

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