Html Css Color HEX #EC3912 Orange Red

📋 copy color: '#EC3912'

red 236 ◦ green 57 ◦ blue 18

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

Shades of Orange Red #EC3912

Tints of Orange Red #EC3912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 75.88%
G = 18.33%
B = 5.79%

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

#EC3912 (or 0xEC3912) is known color: Orange Red. HEX triplet: EC, 39 and 12. RGB value is (236,57,18). Sum of RGB (Red+Green+Blue) = 236+57+18=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3912 is #13C6ED. Grayscale: #6A6A6A. Windows color (decimal): -1296110 or 1194476. OLE color: 1194476.

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

Color convert

RGB 236 57 18 -
CMYK 0 0.76 0.92 0.07
HSL 10.73º 0.86% 0.5% -
HSV(B) 10.73º 0.92% 0.93% -
XYZ 36.16 20.8 2.68 -
YUV 106.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 236 57 18 0 0.76 0.92 0.07 10.73 0.86 0.5
Hex EC 39 12 0 4C 5C 7 B 56 32
Octal 354 71 22 0 114 134 7 13 126 62
Binary 11101100 111001 10010 0 1001100 1011100 111 1011 1010110 110010

Color Harmonies of #EC3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3912

Black with #EC3912

Text Example


Text Example

White with #EC3912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3912; }

 p { color: rgb(236,57,18); }

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

background-color css

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

 a { background-color: rgb(236,57,18); }

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

border-color css

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

 span { border-color: rgb(236,57,18); }

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