Html Css Color HEX #EC3F0C Orange Red

📋 copy color: '#EC3F0C'

red 236 ◦ green 63 ◦ blue 12

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

Shades of Orange Red #EC3F0C

Tints of Orange Red #EC3F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.26%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 75.88%
G = 20.26%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC3F0C (or 0xEC3F0C) is known color: Orange Red. HEX triplet: EC, 3F and 0C. RGB value is (236,63,12). Sum of RGB (Red+Green+Blue) = 236+63+12=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F0C is #13C0F3. Grayscale: #6D6D6D. Windows color (decimal): -1294580 or 802796. OLE color: 802796.

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

Color convert

RGB 236 63 12 -
CMYK 0 0.73 0.95 0.07
HSL 13.66º 0.9% 0.49% -
HSV(B) 13.66º 0.95% 0.93% -
XYZ 36.44 21.41 2.56 -
YUV 108.91 73.31 218.65 -
System Red Green Blue C M Y K H S L
Decimal 236 63 12 0 0.73 0.95 0.07 13.66 0.9 0.49
Hex EC 3F C 0 49 5F 7 E 5A 31
Octal 354 77 14 0 111 137 7 16 132 61
Binary 11101100 111111 1100 0 1001001 1011111 111 1110 1011010 110001

Color Harmonies of #EC3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F0C

Black with #EC3F0C

Text Example


Text Example

White with #EC3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F0C; }

 p { color: rgb(236,63,12); }

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

background-color css

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

 a { background-color: rgb(236,63,12); }

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

border-color css

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

 span { border-color: rgb(236,63,12); }

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